AzureADConfig$json top-level constant

  1. @Deprecated('Use azureADConfigDescriptor instead')
Map<String, Object> const AzureADConfig$json

Implementation

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