Ory.Model.SessionAuthenticationMethod (ory_client v1.1.23)

A singular authenticator used during authentication / login.

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.SessionAuthenticationMethod{
  aal: Ory.Model.AuthenticatorAssuranceLevel.t() | nil,
  completed_at: DateTime.t() | nil,
  method: String.t() | nil
}