AWSCognitoIdentityProviderExplicitAuthFlowsType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderExplicitAuthFlowsType) {
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeUnknown,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAdminNoSrpAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeCustomAuthFlowOnly,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeUserPasswordAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowAdminUserPasswordAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowCustomAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserPasswordAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserSrpAuth,
    AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowRefreshTokenAuth,
}

Swift

enum AWSCognitoIdentityProviderExplicitAuthFlowsType : Int, @unchecked Sendable

Undocumented