factorId property
The type identifier of the second factor.
For SMS second factors, this is phone
.
For TOTP second factors, this is totp
.
Implementation
@override
MultiFactorId get factorId => MultiFactorId.phone;
The type identifier of the second factor.
For SMS second factors, this is phone
.
For TOTP second factors, this is totp
.
@override
MultiFactorId get factorId => MultiFactorId.phone;