OAuthConfig constructor
OAuthConfig({})
Implementation
OAuthConfig({
required this.clientId,
required this.redirectUri,
this.scopes = const ['inboxes:read', 'inboxes:write'],
this.authorizationEndpoint = 'https://api.lockally.com/oauth/authorize',
this.tokenEndpoint = 'https://api.lockally.com/oauth/token',
});