AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datazone
/
aws.sdk.kotlin.services.datazone.model
/
AuthenticationType
Authentication
Type
sealed
class
AuthenticationType
Inheritors
Basic
Custom
Oauth2
SdkUnknown
Members
Types
Basic
Link copied to clipboard
object
Basic
:
AuthenticationType
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
object
Custom
:
AuthenticationType
Oauth2
Link copied to clipboard
object
Oauth2
:
AuthenticationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String