code constant

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

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