factorId property

  1. @override
MultiFactorId get factorId
override

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;