OAuthConfig$json top-level constant
Implementation
@$core.Deprecated('Use oAuthConfigDescriptor instead')
const OAuthConfig$json = {
'1': 'OAuthConfig',
'2': [
{'1': 'client_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
{
'1': 'authorization_endpoint',
'3': 2,
'4': 1,
'5': 9,
'8': {},
'10': 'authorizationEndpoint'
},
{
'1': 'token_endpoint',
'3': 3,
'4': 1,
'5': 9,
'8': {},
'10': 'tokenEndpoint'
},
{
'1': 'user_endpoint',
'3': 4,
'4': 1,
'5': 9,
'8': {},
'10': 'userEndpoint'
},
{'1': 'scopes', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
{'1': 'id_attribute', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'idAttribute'},
],
};