class Attio::OAuth::ScopeValidator
def validate!(scopes)
-
(InvalidScopeError)
- If any scope is invalid
Returns:
-
(true)
-
Parameters:
-
scopes
(Array
) -- Scopes to validate, String
def validate!(scopes) validate(scopes) true end