AWS SDK for Kotlin
Toggle table of contents
1.4.114
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
TokenEndpointAuthenticationScheme
Token
Endpoint
Authentication
Scheme
sealed
class
TokenEndpointAuthenticationScheme
Inheritors
HttpBasic
RequestBodyCredentials
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Http
Basic
Link copied to clipboard
object
HttpBasic
:
TokenEndpointAuthenticationScheme
Request
Body
Credentials
Link copied to clipboard
object
RequestBodyCredentials
:
TokenEndpointAuthenticationScheme
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TokenEndpointAuthenticationScheme
Properties
value
Link copied to clipboard
abstract
val
value
:
String