linkRecovery constant

  1. @BuiltValueEnumConst(wireName: r'link_recovery')
RegistrationFlowActiveEnum const linkRecovery

Active, if set, contains the registration method that is being used. It is initially not set. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode

Implementation

@BuiltValueEnumConst(wireName: r'link_recovery')
static const RegistrationFlowActiveEnum linkRecovery = _$registrationFlowActiveEnum_linkRecovery;