Module: Trello::Authorization
- Included in:
- Client
- Defined in:
- lib/trello.rb,
lib/trello/authorization.rb
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