HttpSigner

interface HttpSigner

Represents a component capable of signing an HTTP request

Functions

Link copied to clipboard
abstract suspend fun sign(signingRequest: SignHttpRequest)

Sign the provided HTTP request (e.g. add AWS SigV4 headers, Bearer token header, etc)