Table of Contents

Class MfaGetAuthenticatorAssuranceLevelResponse

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

Properties

CurrentAuthenticationMethods

public AmrEntry[] CurrentAuthenticationMethods { get; set; }

Property Value

AmrEntry[]

CurrentLevel

public AuthenticatorAssuranceLevel? CurrentLevel { get; set; }

Property Value

AuthenticatorAssuranceLevel?

NextLevel

public AuthenticatorAssuranceLevel? NextLevel { get; set; }

Property Value

AuthenticatorAssuranceLevel?