SignHttpRequest

data class SignHttpRequest(val httpRequest: HttpRequestBuilder, val identity: Identity, val signingAttributes: Attributes)

Container for signing request parameters/config

Parameters

httpRequest

the request to sign

identity

the identity to sign with

signingAttributes

additional signing attributes that influence the signing config used to sign the request

Constructors

Link copied to clipboard
constructor(httpRequest: HttpRequestBuilder, identity: Identity, signingAttributes: Attributes)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard