AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
AuthenticationType
Authentication
Type
sealed
class
AuthenticationType
Inheritors
AwsSigv4
AwsX509
CustomAuth
CustomAuthX509
Default
SdkUnknown
Members
Types
Aws
Sigv4
Link copied to clipboard
object
AwsSigv4
:
AuthenticationType
Aws
X509
Link copied to clipboard
object
AwsX509
:
AuthenticationType
Companion
Link copied to clipboard
object
Companion
Custom
Auth
Link copied to clipboard
object
CustomAuth
:
AuthenticationType
Custom
Auth
X509
Link copied to clipboard
object
CustomAuthX509
:
AuthenticationType
Default
Link copied to clipboard
object
Default
:
AuthenticationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String