Class: Secuconnect::Oauth2::Client
- Inherits:
-
Object
- Object
- Secuconnect::Oauth2::Client
- Extended by:
- Connection
- Defined in:
- lib/secuconnect/oauth2/client.rb
Constant Summary collapse
- GRAND_TYPE =
"client_credentials"
Class Method Summary collapse
Methods included from Connection
Class Method Details
.retrieve_token ⇒ Object
10 11 12 |
# File 'lib/secuconnect/oauth2/client.rb', line 10 def retrieve_token connection.post("oauth/token", body) end |