TotpMultiFactorAssertion
public class TotpMultiFactorAssertion extends MultiFactorAssertion
java.lang.Object | ||
↳ | com.google.firebase.auth.MultiFactorAssertion | |
↳ | com.google.firebase.auth.TotpMultiFactorAssertion |
Asserts ownership of a TOTP second factor.
An instance of this object can be obtained by calling getAssertionForEnrollment
or getAssertionForSignIn
.
Summary
Public methods
getFactorId
public @NonNull String getFactorId()
Returns the factor identifier that this assertion is for. This is equivalent to FACTOR_ID
.