Method Web.Auth.OAuth2.Base()->get_valid_scopes()
- Method get_valid_scopes
 protectedstringget_valid_scopes(string|array(string)|multiset(string)s)- Description
 Returns a space separated list of all valid scopes in
s.scan be a comma or space separated string or an array or multiset of strings. Each element inswill be matched against the valid scopes set in the module inheriting this class.