Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrServiceEmpty = errors.New("service is not set") ErrUnrecognizedService = errors.New("unrecognized service") ErrHttpMethodEmpty = errors.New("http method is not set") ErrUnrecognizedHttpMethod = errors.New("unrecognized http method") ErrPingOneRegionCodeEmpty = errors.New("PingOne region code is not set") ErrUnrecognizedPingOneRegionCode = errors.New("unrecognized PingOne region code") ErrPingOneWorkerEnvIDEmpty = errors.New("PingOne worker environment ID is not set") ErrPingOneClientIDAndSecretEmpty = errors.New("PingOne client ID and/or client secret is not set") ErrPingOneAuthenticate = errors.New("failed to authenticate with PingOne") )
Functions ¶
func GetAPIURLForRegion ¶ added in v0.8.0
GetAPIURLForRegion builds the correct API URL based on region configuration
func GetDataFile ¶ added in v0.8.0
func GetDataRaw ¶ added in v0.8.0
func RunInternalRequest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.