Ory.Model.SessionAuthenticationMethod (ory_client v1.6.2)
A singular authenticator used during authentication / login.
Summary
Types
@type t() :: %Ory.Model.SessionAuthenticationMethod{ aal: Ory.Model.AuthenticatorAssuranceLevel.t() | nil, completed_at: DateTime.t() | nil, method: String.t() | nil, organization: String.t() | nil, provider: String.t() | nil }
Functions
Link to this function