AzureADConfig$json top-level constant
Implementation
@$core.Deprecated('Use azureADConfigDescriptor instead')
const AzureADConfig$json = {
'1': 'AzureADConfig',
'2': [
{'1': 'client_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
{
'1': 'tenant',
'3': 2,
'4': 1,
'5': 11,
'6': '.zitadel.idp.v2.AzureADTenant',
'10': 'tenant'
},
{'1': 'email_verified', '3': 3, '4': 1, '5': 8, '10': 'emailVerified'},
{'1': 'scopes', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
],
};