toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
ExplicitAuthFlowsType
Explicit
Auth
Flows
Type
sealed
class
ExplicitAuthFlowsType
Inheritors
AdminNoSrpAuth
AllowAdminUserPasswordAuth
AllowCustomAuth
AllowRefreshTokenAuth
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
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