AWS SDK for Kotlin
Toggle table of contents
1.8.38
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafka
/
aws.sdk.kotlin.services.kafka.model
/
JwtSigningAlgorithm
Jwt
Signing
Algorithm
sealed
class
JwtSigningAlgorithm
The algorithm used to sign the STS JWT assertion.
Inheritors
Es384
Rs256
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Es384
Link copied to clipboard
object
Es384
:
JwtSigningAlgorithm
Rs256
Link copied to clipboard
object
Rs256
:
JwtSigningAlgorithm
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JwtSigningAlgorithm
Properties
value
Link copied to clipboard
abstract
val
value
:
String