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
/
AuthFlowType
Auth
Flow
Type
sealed
class
AuthFlowType
Inheritors
AdminNoSrpAuth
AdminUserPasswordAuth
CustomAuth
RefreshToken
RefreshTokenAuth
UserAuth
UserPasswordAuth
UserSrpAuth
SdkUnknown
Members
Types
Admin
No
Srp
Auth
Link copied to clipboard
object
AdminNoSrpAuth
:
AuthFlowType
Admin
User
Password
Auth
Link copied to clipboard
object
AdminUserPasswordAuth
:
AuthFlowType
Companion
Link copied to clipboard
object
Companion
Custom
Auth
Link copied to clipboard
object
CustomAuth
:
AuthFlowType
Refresh
Token
Link copied to clipboard
object
RefreshToken
:
AuthFlowType
Refresh
Token
Auth
Link copied to clipboard
object
RefreshTokenAuth
:
AuthFlowType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthFlowType
User
Auth
Link copied to clipboard
object
UserAuth
:
AuthFlowType
User
Password
Auth
Link copied to clipboard
object
UserPasswordAuth
:
AuthFlowType
User
Srp
Auth
Link copied to clipboard
object
UserSrpAuth
:
AuthFlowType
Properties
value
Link copied to clipboard
abstract
val
value
:
String