scopes property

Set<String>? scopes
final

The default scopes to be used on authentication requests.

This defaults to openid profile email if not specified.

Note: The openid scope is always applied regardless of this setting.

Implementation

final Set<String>? scopes;