AuthnProto_AuthnError$json top-level constant
- @Deprecated('Use authnProtoDescriptor instead')
Implementation
@$core.Deprecated('Use authnProtoDescriptor instead')
const AuthnProto_AuthnError$json = {
'1': 'AuthnError',
'2': [
{'1': 'ACCOUNT_DISABLED', '2': 0},
{'1': 'ACCOUNT_EXPIRED', '2': 1},
{'1': 'MFA_REGISTRATION_REQUIRED', '2': 2},
{'1': 'MFA_VERIFICATION_FAILED', '2': 3},
],
};