Class: LogtoClient::SignInSession

Inherits:
Struct
  • Object
show all
Defined in:
lib/logto/client/index_types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#code_verifierObject

Returns the value of attribute code_verifier

Returns:

  • (Object)

    the current value of code_verifier



52
53
54
# File 'lib/logto/client/index_types.rb', line 52

def code_verifier
  @code_verifier
end

#post_redirect_uriObject

Returns the value of attribute post_redirect_uri

Returns:

  • (Object)

    the current value of post_redirect_uri



52
53
54
# File 'lib/logto/client/index_types.rb', line 52

def post_redirect_uri
  @post_redirect_uri
end

#redirect_uriObject

Returns the value of attribute redirect_uri

Returns:

  • (Object)

    the current value of redirect_uri



52
53
54
# File 'lib/logto/client/index_types.rb', line 52

def redirect_uri
  @redirect_uri
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



52
53
54
# File 'lib/logto/client/index_types.rb', line 52

def state
  @state
end