AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
AuthFlowType.h File Reference
#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::CognitoIdentityProvider
 
 Aws::CognitoIdentityProvider::Model
 
 Aws::CognitoIdentityProvider::Model::AuthFlowTypeMapper
 

Enumerations

enum  Aws::CognitoIdentityProvider::Model::AuthFlowType {
  Aws::CognitoIdentityProvider::Model::AuthFlowType::NOT_SET, Aws::CognitoIdentityProvider::Model::AuthFlowType::USER_SRP_AUTH, Aws::CognitoIdentityProvider::Model::AuthFlowType::REFRESH_TOKEN_AUTH, Aws::CognitoIdentityProvider::Model::AuthFlowType::CUSTOM_AUTH,
  Aws::CognitoIdentityProvider::Model::AuthFlowType::ADMIN_NO_SRP_AUTH
}
 

Functions

AWS_COGNITOIDENTITYPROVIDER_API AuthFlowType Aws::CognitoIdentityProvider::Model::AuthFlowTypeMapper::GetAuthFlowTypeForName (const Aws::String &name)
 
AWS_COGNITOIDENTITYPROVIDER_API Aws::String Aws::CognitoIdentityProvider::Model::AuthFlowTypeMapper::GetNameForAuthFlowType (AuthFlowType value)