Smithy Kotlin
Toggle table of contents
1.5.14
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-auth
/
aws.smithy.kotlin.runtime.http.auth
/
BearerTokenAuthScheme
Bearer
Token
Auth
Scheme
class
BearerTokenAuthScheme
:
AuthScheme
HTTP auth scheme for HTTP Bearer authentication as defined in
RFC 6750
Members
Constructors
Bearer
Token
Auth
Scheme
Link copied to clipboard
constructor
(
)
Properties
scheme
Id
Link copied to clipboard
open
override
val
schemeId
:
AuthSchemeId
signer
Link copied to clipboard
open
override
val
signer
:
HttpSigner
Inherited functions
identity
Provider
Link copied to clipboard
open
fun
identityProvider
(
identityProviderConfig
:
IdentityProviderConfig
)
:
IdentityProvider