UpdateAuthApplicationRequest$json top-level constant
- @Deprecated('Use updateAuthApplicationRequestDescriptor instead')
Map<String, Object>
const
UpdateAuthApplicationRequest$json
Implementation
@$core.Deprecated('Use updateAuthApplicationRequestDescriptor instead')
const UpdateAuthApplicationRequest$json = {
'1': 'UpdateAuthApplicationRequest',
'2': [
{'1': 'org_id', '3': 1, '4': 1, '5': 9, '10': 'orgId'},
{'1': 'application_id', '3': 2, '4': 1, '5': 9, '10': 'applicationId'},
{'1': 'application_name', '3': 3, '4': 1, '5': 9, '10': 'applicationName'},
{'1': 'origin_uris', '3': 4, '4': 3, '5': 9, '10': 'originUris'},
{'1': 'redirect_uris', '3': 5, '4': 3, '5': 9, '10': 'redirectUris'},
{'1': 'logout_uri', '3': 6, '4': 1, '5': 9, '10': 'logoutUri'},
],
};