class Alloy::KYC::Configuration
Attributes
api_endpoint[RW]
application_secret[RW]
application_token[RW]
backend[RW]
open_timeout[RW]
read_timeout[RW]
Public Class Methods
new()
click to toggle source
# File lib/alloy/kyc/configuration.rb, line 11 def initialize @application_token = "dpDD6z4olOSI7N4fMCsAlKjFa7reBYhu" @application_secret = "oJm3niQX1Pdy4z675kefEIKBgFn9tQ45" @api_endpoint = "https://sandbox.alloy.co/v1/" @backend = Alloy::KYC::Backends::Remote.new @open_timeout = 2 @read_timeout = 5 end