PKCE$json top-level constant
Implementation
@$core.Deprecated('Use pKCEDescriptor instead')
const PKCE$json = {
'1': 'PKCE',
'2': [
{'1': 'PKCE_UNSPECIFIED', '2': 0},
{'1': 'PKCE_REQUIRED', '2': 1},
{'1': 'PKCE_NOT_REQUIRED', '2': 2},
{'1': 'PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION', '2': 3},
],
};