scopes property Null safety
read / write
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;