AuthProvider$json top-level constant

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

Implementation

@$core.Deprecated('Use authProviderDescriptor instead')
const AuthProvider$json = const {
  '1': 'AuthProvider',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'issuer', '3': 2, '4': 1, '5': 9, '10': 'issuer'},
    const {'1': 'jwks_uri', '3': 3, '4': 1, '5': 9, '10': 'jwksUri'},
    const {'1': 'audiences', '3': 4, '4': 1, '5': 9, '10': 'audiences'},
    const {'1': 'authorization_url', '3': 5, '4': 1, '5': 9, '10': 'authorizationUrl'},
  ],
};