Sha256: dc0b7cd542aa093d3c36902b4612df2b7ab04a069eaf626ed2610a33ffacc8b1
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
require 'adp/connection_configuration' module Adp module Connection class ClientCredentialConfiguration < ConnectionConfiguration attr_accessor :grantType def initialize(config) super self.grantType = :client_credentials self end end end end
Version data entries
5 entries across 5 versions & 1 rubygems