class Zara4::API::Communication::Grant::ClientCredentialsGrantRequest
Public Instance Methods
grant_type()
click to toggle source
The type of this grant.
# File lib/zara4/api/communication/grant/client_credentials_grant_request.rb, line 8 def grant_type return 'client_credentials' end