oidc constant

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

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