AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appsync
/
aws.sdk.kotlin.services.appsync.model
/
AuthenticationType
Authentication
Type
sealed
class
AuthenticationType
Inheritors
AmazonCognitoUserPools
ApiKey
AwsIam
AwsLambda
OpenidConnect
SdkUnknown
Members
Types
Amazon
Cognito
User
Pools
Link copied to clipboard
object
AmazonCognitoUserPools
:
AuthenticationType
Api
Key
Link copied to clipboard
object
ApiKey
:
AuthenticationType
Aws
Iam
Link copied to clipboard
object
AwsIam
:
AuthenticationType
Aws
Lambda
Link copied to clipboard
object
AwsLambda
:
AuthenticationType
Companion
Link copied to clipboard
object
Companion
Openid
Connect
Link copied to clipboard
object
OpenidConnect
:
AuthenticationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String