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
/
ExplicitAuthFlowsType
Explicit
Auth
Flows
Type
sealed
class
ExplicitAuthFlowsType
Inheritors
AdminNoSrpAuth
AllowAdminUserPasswordAuth
AllowCustomAuth
AllowRefreshTokenAuth
AllowUserAuth
AllowUserPasswordAuth
AllowUserSrpAuth
CustomAuthFlowOnly
UserPasswordAuth
SdkUnknown
Members
Types
Admin
No
Srp
Auth
Link copied to clipboard
object
AdminNoSrpAuth
:
ExplicitAuthFlowsType
Allow
Admin
User
Password
Auth
Link copied to clipboard
object
AllowAdminUserPasswordAuth
:
ExplicitAuthFlowsType
Allow
Custom
Auth
Link copied to clipboard
object
AllowCustomAuth
:
ExplicitAuthFlowsType
Allow
Refresh
Token
Auth
Link copied to clipboard
object
AllowRefreshTokenAuth
:
ExplicitAuthFlowsType
Allow
User
Auth
Link copied to clipboard
object
AllowUserAuth
:
ExplicitAuthFlowsType
Allow
User
Password
Auth
Link copied to clipboard
object
AllowUserPasswordAuth
:
ExplicitAuthFlowsType
Allow
User
Srp
Auth
Link copied to clipboard
object
AllowUserSrpAuth
:
ExplicitAuthFlowsType
Companion
Link copied to clipboard
object
Companion
Custom
Auth
Flow
Only
Link copied to clipboard
object
CustomAuthFlowOnly
:
ExplicitAuthFlowsType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExplicitAuthFlowsType
User
Password
Auth
Link copied to clipboard
object
UserPasswordAuth
:
ExplicitAuthFlowsType
Properties
value
Link copied to clipboard
abstract
val
value
:
String