Documentation ¶
Overview ¶
Package http implements the HTTP IAS endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // SubscriptionKey is the IAS API key used for client authentication. SubscriptionKey string // SPID is the service provider ID. SPID string // QuoteSignatureType is the IAS signature quote type. QuoteSignatureType ias.SignatureType // IsProduction specifies if the endpoint should connect to the // production endpoint. IsProduction bool // DebugIsMock is set if set to true will return mock AVR responses // and not actually contact IAS. DebugIsMock bool }
Config is the IAS HTTP endpoint configuration.
Click to show internal directories.
Click to hide internal directories.