factorIds property

List<AuthFactorType>? factorIds
final

The list of identifiers for enabled second factors. Currently 'phone' and 'totp' are supported.

Implementation

final List<AuthFactorType>? factorIds;