Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-auth-aws
/
aws.smithy.kotlin.runtime.http.auth
/
SigV4AuthScheme
Sig
V4Auth
Scheme
class
SigV4AuthScheme
(
config
:
AwsHttpSigner.Config
)
HTTP auth scheme for AWS signature version 4
Members
Constructors
Sig
V4Auth
Scheme
Link copied to clipboard
constructor
(
awsSigner
:
<Error class: unknown class>
,
serviceName
:
String
?
=
null
)
constructor
(
config
:
AwsHttpSigner.Config
)
Properties
scheme
Id
Link copied to clipboard
open
val
schemeId
:
<Error class: unknown class>
signer
Link copied to clipboard
open
val
signer
:
AwsHttpSigner