Method: OryClient::Session#authentication_methods
- Defined in:
- lib/ory-client/models/session.rb
#authentication_methods ⇒ Object
A list of authenticators which were used to authenticate the session.
26 27 28 |
# File 'lib/ory-client/models/session.rb', line 26 def authentication_methods @authentication_methods end |