oauthScope property

String? oauthScope
getter/setter pair

Additional space-delimited OAuth 2.0 scopes specifying the scope of the authentication request with the IdP.

Used for OAuth 2.0 IdPs. For the Google provider, the authorization code flow will be used if this field is set.

Implementation

core.String? oauthScope;