Method: OAuth2::Strategy::ClientCredentials#authorize_url
- Defined in:
- lib/oauth2/strategy/client_credentials.rb
#authorize_url ⇒ Object
Not used for this strategy
12 13 14 |
# File 'lib/oauth2/strategy/client_credentials.rb', line 12 def raise NotImplementedError, "The authorization endpoint is not used in this strategy" end |