class Attio::OAuth::ScopeValidator

def validate!(scopes)

Raises:
  • (InvalidScopeError) - If any scope is invalid

Returns:
  • (true) -

Parameters:
  • scopes (Array, String) -- Scopes to validate
def validate!(scopes)
  validate(scopes)
  true
end