AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotdeviceadvisor
/
aws.sdk.kotlin.services.iotdeviceadvisor.model
/
AuthenticationMethod
Authentication
Method
sealed
class
AuthenticationMethod
Inheritors
SignatureVersion4
X509ClientCertificate
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthenticationMethod
Signature
Version4
Link copied to clipboard
object
SignatureVersion4
:
AuthenticationMethod
X509Client
Certificate
Link copied to clipboard
object
X509ClientCertificate
:
AuthenticationMethod
Properties
value
Link copied to clipboard
abstract
val
value
:
String