Utility class for parsing and working with OAuth2 scopes.
Constructor that takes an array of scopes.
Constructor that takes a space-delimited scope string.
Returns the set of scopes.
Returns the scopes as a space-delimited string.
Checks whether the id scope exists in this parser's scope set.
Checks whether the refresh_token scope exists in this parser's scope set.
Checks whether the provided scope exists in this parser's scope set.