AWS SDK for Kotlin
Toggle table of contents
1.8.7
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
AuthType
Auth
Type
sealed
class
AuthType
Inheritors
ServiceAccount
ThreeLeggedOauth
TwoLeggedOauth
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthType
Service
Account
Link copied to clipboard
object
ServiceAccount
:
AuthType
Three
Legged
Oauth
Link copied to clipboard
object
ThreeLeggedOauth
:
AuthType
Two
Legged
Oauth
Link copied to clipboard
object
TwoLeggedOauth
:
AuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String