Method: OryClient::LoginFlow#session_token_exchange_code
- Defined in:
- lib/ory-client/models/login_flow.rb
#session_token_exchange_code ⇒ Object
SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed. This is only set if the client has requested a session token exchange code, and if the flow is of type "api", and only on creating the login flow.
49 50 51 |
# File 'lib/ory-client/models/login_flow.rb', line 49 def session_token_exchange_code @session_token_exchange_code end |