Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AMREntry

An authentication methord reference (AMR) entry.

An entry designates what method was used by the user to verify their identity and at what time.

see

{@link GoTrueMFAApi#getAuthenticatorAssuranceLevel}.

Hierarchy

  • AMREntry

Index

Properties

Properties

method: "password" | string & {} | "otp" | "oauth" | "mfa/totp"

Authentication method name.

timestamp: number

Timestamp when the method was successfully used. Represents number of seconds since 1st January 1970 (UNIX epoch) in UTC.

Generated using TypeDoc