CreateOAuthAppUserRequest$json top-level constant
Implementation
@$core.Deprecated('Use createOAuthAppUserRequestDescriptor instead')
const CreateOAuthAppUserRequest$json = {
'1': 'CreateOAuthAppUserRequest',
'2': [
{'1': 'org_id', '3': 1, '4': 1, '5': 9, '10': 'orgId'},
{'1': 'application_id', '3': 2, '4': 1, '5': 9, '10': 'applicationId'},
{'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
{'1': 'first_name', '3': 4, '4': 1, '5': 9, '10': 'firstName'},
{'1': 'last_name', '3': 5, '4': 1, '5': 9, '10': 'lastName'},
{'1': 'password', '3': 6, '4': 1, '5': 9, '10': 'password'},
],
};