Class: Authlete::Model::Request::AuthorizationIssueRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/authorization-issue-request.rb
Instance Attribute Summary collapse
-
#acr ⇒ Object
Returns the value of attribute acr.
-
#authTime ⇒ Object
(also: #auth_time)
Returns the value of attribute authTime.
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#idtHeaderParams ⇒ Object
(also: #idt_header_params)
Returns the value of attribute idtHeaderParams.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
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
Methods inherited from Base
Instance Attribute Details
#acr ⇒ Object
Returns the value of attribute acr.
32 33 34 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 32 def acr @acr end |
#authTime ⇒ Object Also known as: auth_time
Returns the value of attribute authTime.
28 29 30 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 28 def authTime @authTime end |
#claims ⇒ Object
Returns the value of attribute claims.
34 35 36 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 34 def claims @claims end |
#idtHeaderParams ⇒ Object Also known as: idt_header_params
Returns the value of attribute idtHeaderParams.
42 43 44 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 42 def idtHeaderParams @idtHeaderParams end |
#properties ⇒ Object
Returns the value of attribute properties.
36 37 38 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 36 def properties @properties end |
#scopes ⇒ Object
Returns the value of attribute scopes.
38 39 40 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 38 def scopes @scopes end |
#sub ⇒ Object
Returns the value of attribute sub.
40 41 42 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 40 def sub @sub end |
#subject ⇒ Object
Returns the value of attribute subject.
26 27 28 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 26 def subject @subject end |
#ticket ⇒ Object
Returns the value of attribute ticket.
24 25 26 |
# File 'lib/authlete/model/request/authorization-issue-request.rb', line 24 def ticket @ticket end |