Module: Trello::Authorization
Defined Under Namespace
Classes: BasicAuthPolicy, Clock, Nonce, OAuthCredential, OAuthPolicy
Constant Summary collapse
- AuthPolicy =
Class.new do def initialize(attrs = {}); end def (*args) raise Trello::ConfigurationError, "Trello has not been configured to make authorized requests." end end