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