scopes property
The scopes actually associated with the retrieved token.
End users may have rejected some requested scopes, or the third-party authorization servers can return a different set of scopes than what was asked for. Callers should verify that all required scopes for their intended use are included in this list.
Implementation
core.List<core.String>? scopes;