ClientAuthentication$json top-level constant

  1. @Deprecated('Use clientAuthenticationDescriptor instead')
Map<String, Object> const ClientAuthentication$json

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},
  ],
};