AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
AuthFactorType
Auth
Factor
Type
sealed
class
AuthFactorType
Inheritors
EmailOtp
Password
SmsOtp
WebAuthn
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Email
Otp
Link copied to clipboard
object
EmailOtp
:
AuthFactorType
Password
Link copied to clipboard
object
Password
:
AuthFactorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthFactorType
Sms
Otp
Link copied to clipboard
object
SmsOtp
:
AuthFactorType
Web
Authn
Link copied to clipboard
object
WebAuthn
:
AuthFactorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String