console constant

OAuthConfig const console

Production Console OAuth config.

Implementation

static const OAuthConfig console = OAuthConfig(
  authorizeUrl: 'https://platform.neomage.com/oauth/authorize',
  tokenUrl: 'https://platform.neomage.com/v1/oauth/token',
  clientId: '9d1c250a-e61b-44d9-88ed-5944d1962f5e',
  redirectUrl: 'https://platform.neomage.com/oauth/code/callback',
  scopes: ['org:create_api_key', 'user:profile'],
);