MultiFactorAssertion

public abstract class MultiFactorAssertion

Known direct subclasses
PhoneMultiFactorAssertion

Asserts ownership of a phone number second factor.

TotpMultiFactorAssertion

Asserts ownership of a TOTP second factor.


Represents an assertion that the Firebase Authentication server can use to authenticate a user as part of a multi-factor flow.

Summary

Public constructors

Public methods

abstract @NonNull String

Returns the factor id that this assertion is for.

Public constructors

MultiFactorAssertion

public MultiFactorAssertion()

Public methods

getFactorId

public abstract @NonNull String getFactorId()

Returns the factor id that this assertion is for.