OAuthConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use oAuthConfigDescriptor instead')
const OAuthConfig$json = {
  '1': 'OAuthConfig',
  '2': [
    {'1': 'client_authentication', '3': 1, '4': 1, '5': 14, '6': '.viam.app.v1.ClientAuthentication', '10': 'clientAuthentication'},
    {'1': 'pkce', '3': 2, '4': 1, '5': 14, '6': '.viam.app.v1.PKCE', '10': 'pkce'},
    {'1': 'url_validation', '3': 3, '4': 1, '5': 14, '6': '.viam.app.v1.URLValidation', '10': 'urlValidation'},
    {'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'},
    {'1': 'enabled_grants', '3': 7, '4': 3, '5': 14, '6': '.viam.app.v1.EnabledGrant', '10': 'enabledGrants'},
  ],
};