Class: Authlete::Model::Request::PushedAuthReqRequest

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/request/pushed-auth-req-request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#clientCertificateObject Also known as: client_certificate

Returns the value of attribute clientCertificate.



34
35
36
# File 'lib/authlete/model/request/pushed-auth-req-request.rb', line 34

def clientCertificate
  @clientCertificate
end

#clientCertificatePathObject Also known as: client_certificate_path

Returns the value of attribute clientCertificatePath.



38
39
40
# File 'lib/authlete/model/request/pushed-auth-req-request.rb', line 38

def clientCertificatePath
  @clientCertificatePath
end

#clientIdObject Also known as: client_id

Returns the value of attribute clientId.



26
27
28
# File 'lib/authlete/model/request/pushed-auth-req-request.rb', line 26

def clientId
  @clientId
end

#clientSecretObject Also known as: client_secret

Returns the value of attribute clientSecret.



30
31
32
# File 'lib/authlete/model/request/pushed-auth-req-request.rb', line 30

def clientSecret
  @clientSecret
end

#parametersObject

Returns the value of attribute parameters.



24
25
26
# File 'lib/authlete/model/request/pushed-auth-req-request.rb', line 24

def parameters
  @parameters
end