ClientAuthentication$json top-level constant
- @Deprecated('Use clientAuthenticationDescriptor instead')
Implementation
@$core.Deprecated('Use clientAuthenticationDescriptor instead')
const ClientAuthentication$json = {
'1': 'ClientAuthentication',
'2': [
{'1': 'CLIENT_AUTHENTICATION_UNSPECIFIED', '2': 0},
{'1': 'CLIENT_AUTHENTICATION_REQUIRED', '2': 1},
{'1': 'CLIENT_AUTHENTICATION_NOT_REQUIRED', '2': 2},
{'1': 'CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE', '2': 3},
],
};