Class: Authlete::Model::Request::TokenCreateRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/token-create-request.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
(also: #access_token)
Returns the value of attribute accessToken.
-
#accessTokenDuration ⇒ Object
(also: #access_token_duration)
Returns the value of attribute accessTokenDuration.
-
#accessTokenPersistent ⇒ Object
(also: #access_token_persistent)
Returns the value of attribute accessTokenPersistent.
-
#certificateThumbprint ⇒ Object
(also: #certificate_thumbprint)
Returns the value of attribute certificateThumbprint.
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#clientIdAlias ⇒ Object
(also: #client_id_alias)
Returns the value of attribute clientIdAlias.
-
#dpopKeyThumbprint ⇒ Object
(also: #dpop_key_thumbprint)
Returns the value of attribute dpopKeyThumbprint.
-
#grantType ⇒ Object
(also: #grant_type)
Returns the value of attribute grantType.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#refreshToken ⇒ Object
(also: #refresh_token)
Returns the value of attribute refreshToken.
-
#refreshTokenDuration ⇒ Object
(also: #refresh_token_duration)
Returns the value of attribute refreshTokenDuration.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#subject ⇒ Object
Returns the value of attribute subject.
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
#accessToken ⇒ Object Also known as: access_token
Returns the value of attribute accessToken.
50 51 52 |
# File 'lib/authlete/model/request/token-create-request.rb', line 50 def accessToken @accessToken end |
#accessTokenDuration ⇒ Object Also known as: access_token_duration
Returns the value of attribute accessTokenDuration.
36 37 38 |
# File 'lib/authlete/model/request/token-create-request.rb', line 36 def accessTokenDuration @accessTokenDuration end |
#accessTokenPersistent ⇒ Object Also known as: access_token_persistent
Returns the value of attribute accessTokenPersistent.
58 59 60 |
# File 'lib/authlete/model/request/token-create-request.rb', line 58 def accessTokenPersistent @accessTokenPersistent end |
#certificateThumbprint ⇒ Object Also known as: certificate_thumbprint
Returns the value of attribute certificateThumbprint.
62 63 64 |
# File 'lib/authlete/model/request/token-create-request.rb', line 62 def certificateThumbprint @certificateThumbprint end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
28 29 30 |
# File 'lib/authlete/model/request/token-create-request.rb', line 28 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
46 47 48 |
# File 'lib/authlete/model/request/token-create-request.rb', line 46 def clientIdAlias @clientIdAlias end |
#dpopKeyThumbprint ⇒ Object Also known as: dpop_key_thumbprint
Returns the value of attribute dpopKeyThumbprint.
66 67 68 |
# File 'lib/authlete/model/request/token-create-request.rb', line 66 def dpopKeyThumbprint @dpopKeyThumbprint end |
#grantType ⇒ Object Also known as: grant_type
Returns the value of attribute grantType.
24 25 26 |
# File 'lib/authlete/model/request/token-create-request.rb', line 24 def grantType @grantType end |
#properties ⇒ Object
Returns the value of attribute properties.
44 45 46 |
# File 'lib/authlete/model/request/token-create-request.rb', line 44 def properties @properties end |
#refreshToken ⇒ Object Also known as: refresh_token
Returns the value of attribute refreshToken.
54 55 56 |
# File 'lib/authlete/model/request/token-create-request.rb', line 54 def refreshToken @refreshToken end |
#refreshTokenDuration ⇒ Object Also known as: refresh_token_duration
Returns the value of attribute refreshTokenDuration.
40 41 42 |
# File 'lib/authlete/model/request/token-create-request.rb', line 40 def refreshTokenDuration @refreshTokenDuration end |
#scopes ⇒ Object
Returns the value of attribute scopes.
34 35 36 |
# File 'lib/authlete/model/request/token-create-request.rb', line 34 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
32 33 34 |
# File 'lib/authlete/model/request/token-create-request.rb', line 32 def subject @subject end |