SigV4AuthScheme

class SigV4AuthScheme(config: AwsHttpSigner.Config) : AuthScheme

HTTP auth scheme for AWS signature version 4

Constructors

Link copied to clipboard
constructor(awsSigner: AwsSigner, serviceName: String? = null)
constructor(config: AwsHttpSigner.Config)

Properties

Link copied to clipboard
open override val schemeId: AuthSchemeId
Link copied to clipboard
open override val signer: AwsHttpSigner

Inherited functions

Link copied to clipboard
open fun identityProvider(identityProviderConfig: IdentityProviderConfig): IdentityProvider