Class: LogtoClient::SignInSession
- Inherits:
-
Struct
- Object
- Struct
- LogtoClient::SignInSession
- Defined in:
- lib/logto/client/index_types.rb
Instance Attribute Summary collapse
-
#code_verifier ⇒ Object
Returns the value of attribute code_verifier.
-
#post_redirect_uri ⇒ Object
Returns the value of attribute post_redirect_uri.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#code_verifier ⇒ Object
Returns the value of attribute code_verifier
52 53 54 |
# File 'lib/logto/client/index_types.rb', line 52 def code_verifier @code_verifier end |
#post_redirect_uri ⇒ Object
Returns the value of attribute post_redirect_uri
52 53 54 |
# File 'lib/logto/client/index_types.rb', line 52 def post_redirect_uri @post_redirect_uri end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri
52 53 54 |
# File 'lib/logto/client/index_types.rb', line 52 def redirect_uri @redirect_uri end |
#state ⇒ Object
Returns the value of attribute state
52 53 54 |
# File 'lib/logto/client/index_types.rb', line 52 def state @state end |