GoTrueAdminMFAApi
Contains the full multi-factor authentication administration API.
interface GoTrueAdminMFAApi {
deleteFactor(params: AuthMFAAdminDeleteFactorParams): Promise<AuthMFAAdminDeleteFactorResponse>;
listFactors(params: AuthMFAAdminListFactorsParams): Promise<AuthMFAAdminListFactorsResponse>;
}§Methods
§
deleteFactor(params: AuthMFAAdminDeleteFactorParams): Promise<AuthMFAAdminDeleteFactorResponse>
[src]Deletes a factor on a user. This will log the user out of all active sessions if the deleted factor was verified.
§
listFactors(params: AuthMFAAdminListFactorsParams): Promise<AuthMFAAdminListFactorsResponse>
[src]Lists all factors associated to a user.