scopes property Null safety

List<AuthScope>? scopes
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;