Smithy Kotlin
Toggle table of contents
1.5.18
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
)
:
AuthScheme
HTTP auth scheme for AWS signature version 4
Members
Constructors
Sig
V4Auth
Scheme
Link copied to clipboard
constructor
(
awsSigner
:
AwsSigner
,
serviceName
:
String
?
=
null
)
constructor
(
config
:
AwsHttpSigner.Config
)
Properties
scheme
Id
Link copied to clipboard
open
override
val
schemeId
:
AuthSchemeId
signer
Link copied to clipboard
open
override
val
signer
:
AwsHttpSigner
Inherited functions
identity
Provider
Link copied to clipboard
open
fun
identityProvider
(
identityProviderConfig
:
IdentityProviderConfig
)
:
IdentityProvider