password constant

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

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'password')
static const RegistrationFlowActiveEnum password = _$registrationFlowActiveEnum_password;