AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-amplifybackend
include
aws
amplifybackend
model
OAuthScopesElement.h
1
6
#pragma once
7
#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AmplifyBackend
13
{
14
namespace
Model
15
{
16
enum class
OAuthScopesElement
17
{
18
NOT_SET
,
19
PHONE
,
20
EMAIL
,
21
OPENID
,
22
PROFILE
,
23
AWS_COGNITO_SIGNIN_USER_ADMIN
24
};
25
26
namespace
OAuthScopesElementMapper
27
{
28
AWS_AMPLIFYBACKEND_API
OAuthScopesElement
GetOAuthScopesElementForName
(
const
Aws::String
& name);
29
30
AWS_AMPLIFYBACKEND_API
Aws::String
GetNameForOAuthScopesElement
(
OAuthScopesElement
value);
31
}
// namespace OAuthScopesElementMapper
32
}
// namespace Model
33
}
// namespace AmplifyBackend
34
}
// namespace Aws
Aws::AmplifyBackend::Model::OAuthScopesElementMapper::GetOAuthScopesElementForName
AWS_AMPLIFYBACKEND_API OAuthScopesElement GetOAuthScopesElementForName(const Aws::String &name)
Aws::AmplifyBackend::Model::OAuthScopesElementMapper::GetNameForOAuthScopesElement
AWS_AMPLIFYBACKEND_API Aws::String GetNameForOAuthScopesElement(OAuthScopesElement value)
Aws::AmplifyBackend::Model::OAuthScopesElement
OAuthScopesElement
Definition
OAuthScopesElement.h:17
Aws::AmplifyBackend::Model::OAuthScopesElement::PROFILE
@ PROFILE
Aws::AmplifyBackend::Model::OAuthScopesElement::OPENID
@ OPENID
Aws::AmplifyBackend::Model::OAuthScopesElement::AWS_COGNITO_SIGNIN_USER_ADMIN
@ AWS_COGNITO_SIGNIN_USER_ADMIN
Aws::AmplifyBackend::Model::OAuthScopesElement::PHONE
@ PHONE
Aws::AmplifyBackend::Model::AdditionalConstraintsElement::NOT_SET
@ NOT_SET
Aws::AmplifyBackend::Model::DeliveryMethod::EMAIL
@ EMAIL
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences