Table of Contents

Class AmrEntry

Namespace
Supabase.Gotrue.Mfa
Assembly
Supabase.Gotrue.dll
public class AmrEntry
Inheritance
AmrEntry
Inherited Members

Properties

Method

Authentication method name.

public string Method { get; set; }

Property Value

string

Timestamp

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

public long Timestamp { get; set; }

Property Value

long