factorId property

String factorId

The type identifier of the second factor.

For SMS second factors, this is phone.

Implementation

String get factorId => get('factorId') ?? 'phone';