Documentation ¶
Overview ¶
Package ibm implements signing for IBM IAM
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SignRequestHandler = request.NamedHandler{ Name: "ibm.SignRequestHandler", Fn: SignRequest, }
SignRequestHandler is a named request handler the SDK will use to sign service client request with using the V4 signature.
Functions ¶
Types ¶
type Signer ¶
type Signer struct { // The authentication credentials the request will be signed against. // This value must be set to sign requests. Credentials *credentials.Credentials }
Signer applies IBM IAM signing to given request.
func NewSigner ¶
func NewSigner(credentials *credentials.Credentials) *Signer
NewSigner returns a Signer pointer configured with the credentials and optional option values provided. If not options are provided the Signer will use its default configuration.
Click to show internal directories.
Click to hide internal directories.