scopes property

List<AuthScope>? scopes
getter/setter pair

The list of scopes this authorization has access to.

If the access token used to create this instance has scope, those scopes will be available here. Otherwise, null.

Implementation

List<AuthScope>? scopes;