UpdateGenericOAuthProviderRequest$json top-level constant
- @Deprecated('Use updateGenericOAuthProviderRequestDescriptor instead')
Map<String, Object>
const
UpdateGenericOAuthProviderRequest$json
Implementation
@$core.Deprecated('Use updateGenericOAuthProviderRequestDescriptor instead')
const UpdateGenericOAuthProviderRequest$json = {
'1': 'UpdateGenericOAuthProviderRequest',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'name'},
{'1': 'client_id', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
{
'1': 'client_secret',
'3': 4,
'4': 1,
'5': 9,
'8': {},
'10': 'clientSecret'
},
{
'1': 'authorization_endpoint',
'3': 5,
'4': 1,
'5': 9,
'8': {},
'10': 'authorizationEndpoint'
},
{
'1': 'token_endpoint',
'3': 6,
'4': 1,
'5': 9,
'8': {},
'10': 'tokenEndpoint'
},
{
'1': 'user_endpoint',
'3': 7,
'4': 1,
'5': 9,
'8': {},
'10': 'userEndpoint'
},
{'1': 'scopes', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
{'1': 'id_attribute', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'idAttribute'},
{
'1': 'provider_options',
'3': 10,
'4': 1,
'5': 11,
'6': '.zitadel.idp.v1.Options',
'10': 'providerOptions'
},
{'1': 'use_pkce', '3': 11, '4': 1, '5': 8, '10': 'usePkce'},
],
};