Method: OryClient::SuccessfulNativeLogin#continue_with

Defined in:
lib/ory-client/models/successful_native_login.rb

#continue_withObject

Contains a list of actions, that could follow this flow It can, for example, this will contain a reference to the verification flow, created as part of the user’s registration or the token of the session.



20
21
22
# File 'lib/ory-client/models/successful_native_login.rb', line 20

def continue_with
  @continue_with
end