scopes property

Map<String, String>? get scopes
inherited

The available scopes for the OAuth2 flow.

Implementation

String? get authorizationUrl;/// The available scopes for the OAuth2 flow.
Map<String, String>? get scopes;