Package-level declarations
Types
Link copied to clipboard
interface AuthScheme
A configured authentication scheme for HTTP protocol
Link copied to clipboard
interface HttpAuthConfig
The user-accessible configuration properties for the SDKs HTTP authentication schemes
Link copied to clipboard
interface HttpSigner
Represents a component capable of signing an HTTP request
Link copied to clipboard
data class SignHttpRequest(val httpRequest: HttpRequestBuilder, val identity: Identity, val signingAttributes: Attributes)
Container for signing request parameters/config