GitLabProviderOptions constructor
const
GitLabProviderOptions({})
Creates a new GitLabProviderOptions configuration.
Implementation
const GitLabProviderOptions({
required this.clientId,
required this.clientSecret,
required this.redirectUri,
this.baseUrl,
this.scopes = const ['read_user'],
});