scopes property

List<String>? scopes
final

Scopes of the access token. If scopes are identical to those originally requested, then this value is optional.

Implementation

final List<String>? scopes;