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
/
BearerToken
Bearer
Token
interface
BearerToken
:
Identity
Represents a Bearer token identity
Members
Properties
token
Link copied to clipboard
abstract
val
token
:
String
The token value.
Inherited properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Attributes
expiration
Link copied to clipboard
abstract
val
expiration
:
Instant
?