Home
last modified time | relevance | path

Searched refs:OAuthScopesElement (Results 1 – 24 of 24) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/source/model/
H A DOAuthScopesElement.cpp35 return OAuthScopesElement::PHONE; in GetOAuthScopesElementForName()
39 return OAuthScopesElement::EMAIL; in GetOAuthScopesElementForName()
43 return OAuthScopesElement::OPENID; in GetOAuthScopesElementForName()
47 return OAuthScopesElement::PROFILE; in GetOAuthScopesElementForName()
57 return static_cast<OAuthScopesElement>(hashCode); in GetOAuthScopesElementForName()
60 return OAuthScopesElement::NOT_SET; in GetOAuthScopesElementForName()
67 case OAuthScopesElement::PHONE: in GetNameForOAuthScopesElement()
69 case OAuthScopesElement::EMAIL: in GetNameForOAuthScopesElement()
71 case OAuthScopesElement::OPENID: in GetNameForOAuthScopesElement()
73 case OAuthScopesElement::PROFILE: in GetNameForOAuthScopesElement()
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/amplifybackend/types/
H A Denums.go141 type OAuthScopesElement string type
145 OAuthScopesElementPhone OAuthScopesElement = "PHONE"
146 OAuthScopesElementEmail OAuthScopesElement = "EMAIL"
147 OAuthScopesElementOpenid OAuthScopesElement = "OPENID"
148 OAuthScopesElementProfile OAuthScopesElement = "PROFILE"
149 OAuthScopesElementAwsCognitoSigninUserAdmin OAuthScopesElement = "AWS_COGNITO_SIGNIN_USER_ADMIN"
155 func (OAuthScopesElement) Values() []OAuthScopesElement {
156 return []OAuthScopesElement{
H A Dtypes.go190 OAuthScopes []OAuthScopesElement
398 OAuthScopes []OAuthScopesElement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/amplifybackend/types/
H A Denums.go141 type OAuthScopesElement string type
145 OAuthScopesElementPhone OAuthScopesElement = "PHONE"
146 OAuthScopesElementEmail OAuthScopesElement = "EMAIL"
147 OAuthScopesElementOpenid OAuthScopesElement = "OPENID"
148 OAuthScopesElementProfile OAuthScopesElement = "PROFILE"
149 OAuthScopesElementAwsCognitoSigninUserAdmin OAuthScopesElement = "AWS_COGNITO_SIGNIN_USER_ADMIN"
155 func (OAuthScopesElement) Values() []OAuthScopesElement {
156 return []OAuthScopesElement{
H A Dtypes.go231 OAuthScopes []OAuthScopesElement
468 OAuthScopes []OAuthScopesElement
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/amplifybackend/types/
H A Denums.go141 type OAuthScopesElement string type
145 OAuthScopesElementPhone OAuthScopesElement = "PHONE"
146 OAuthScopesElementEmail OAuthScopesElement = "EMAIL"
147 OAuthScopesElementOpenid OAuthScopesElement = "OPENID"
148 OAuthScopesElementProfile OAuthScopesElement = "PROFILE"
149 OAuthScopesElementAwsCognitoSigninUserAdmin OAuthScopesElement = "AWS_COGNITO_SIGNIN_USER_ADMIN"
155 func (OAuthScopesElement) Values() []OAuthScopesElement {
156 return []OAuthScopesElement{
H A Dtypes.go190 OAuthScopes []OAuthScopesElement
398 OAuthScopes []OAuthScopesElement
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/amplifybackend/types/
H A Denums.go141 type OAuthScopesElement string type
145 OAuthScopesElementPhone OAuthScopesElement = "PHONE"
146 OAuthScopesElementEmail OAuthScopesElement = "EMAIL"
147 OAuthScopesElementOpenid OAuthScopesElement = "OPENID"
148 OAuthScopesElementProfile OAuthScopesElement = "PROFILE"
149 OAuthScopesElementAwsCognitoSigninUserAdmin OAuthScopesElement = "AWS_COGNITO_SIGNIN_USER_ADMIN"
155 func (OAuthScopesElement) Values() []OAuthScopesElement {
156 return []OAuthScopesElement{
H A Dtypes.go190 OAuthScopes []OAuthScopesElement
398 OAuthScopes []OAuthScopesElement
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/amplifybackend/types/
H A Denums.go141 type OAuthScopesElement string type
145 OAuthScopesElementPhone OAuthScopesElement = "PHONE"
146 OAuthScopesElementEmail OAuthScopesElement = "EMAIL"
147 OAuthScopesElementOpenid OAuthScopesElement = "OPENID"
148 OAuthScopesElementProfile OAuthScopesElement = "PROFILE"
149 OAuthScopesElementAwsCognitoSigninUserAdmin OAuthScopesElement = "AWS_COGNITO_SIGNIN_USER_ADMIN"
155 func (OAuthScopesElement) Values() []OAuthScopesElement {
156 return []OAuthScopesElement{
H A Dtypes.go190 OAuthScopes []OAuthScopesElement
398 OAuthScopes []OAuthScopesElement
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/model/
H A DCreateBackendAuthOAuthConfig.h127 inline const Aws::Vector<OAuthScopesElement>& GetOAuthScopes() const{ return m_oAuthScopes; } in GetOAuthScopes()
139 …inline void SetOAuthScopes(const Aws::Vector<OAuthScopesElement>& value) { m_oAuthScopesHasBeenSet… in SetOAuthScopes()
145 …inline void SetOAuthScopes(Aws::Vector<OAuthScopesElement>&& value) { m_oAuthScopesHasBeenSet = tr… in SetOAuthScopes()
151 …inline CreateBackendAuthOAuthConfig& WithOAuthScopes(const Aws::Vector<OAuthScopesElement>& value)… in WithOAuthScopes()
157 …inline CreateBackendAuthOAuthConfig& WithOAuthScopes(Aws::Vector<OAuthScopesElement>&& value) { Se… in WithOAuthScopes()
163 …inline CreateBackendAuthOAuthConfig& AddOAuthScopes(const OAuthScopesElement& value) { m_oAuthScop… in AddOAuthScopes()
169 …inline CreateBackendAuthOAuthConfig& AddOAuthScopes(OAuthScopesElement&& value) { m_oAuthScopesHas… in AddOAuthScopes()
302 Aws::Vector<OAuthScopesElement> m_oAuthScopes;
H A DUpdateBackendAuthOAuthConfig.h135 inline const Aws::Vector<OAuthScopesElement>& GetOAuthScopes() const{ return m_oAuthScopes; } in GetOAuthScopes()
147 …inline void SetOAuthScopes(const Aws::Vector<OAuthScopesElement>& value) { m_oAuthScopesHasBeenSet… in SetOAuthScopes()
153 …inline void SetOAuthScopes(Aws::Vector<OAuthScopesElement>&& value) { m_oAuthScopesHasBeenSet = tr… in SetOAuthScopes()
159 …inline UpdateBackendAuthOAuthConfig& WithOAuthScopes(const Aws::Vector<OAuthScopesElement>& value)… in WithOAuthScopes()
165 …inline UpdateBackendAuthOAuthConfig& WithOAuthScopes(Aws::Vector<OAuthScopesElement>&& value) { Se… in WithOAuthScopes()
171 …inline UpdateBackendAuthOAuthConfig& AddOAuthScopes(const OAuthScopesElement& value) { m_oAuthScop… in AddOAuthScopes()
177 …inline UpdateBackendAuthOAuthConfig& AddOAuthScopes(OAuthScopesElement&& value) { m_oAuthScopesHas… in AddOAuthScopes()
316 Aws::Vector<OAuthScopesElement> m_oAuthScopes;
H A DOAuthScopesElement.h16 enum class OAuthScopesElement enum
28 AWS_AMPLIFYBACKEND_API OAuthScopesElement GetOAuthScopesElementForName(const Aws::String& name);
30 AWS_AMPLIFYBACKEND_API Aws::String GetNameForOAuthScopesElement(OAuthScopesElement value);
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/amplifybackend/
H A Ddeserializers.go6272 func awsRestjson1_deserializeDocumentListOfOAuthScopesElement(v *[]types.OAuthScopesElement, value … argument
6285 var cv []types.OAuthScopesElement
6287 cv = []types.OAuthScopesElement{}
6293 var col types.OAuthScopesElement
6299 col = types.OAuthScopesElement(jtv)
H A Dserializers.go2633 func awsRestjson1_serializeDocumentListOfOAuthScopesElement(v []types.OAuthScopesElement, value smi… argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/amplifybackend/
H A Ddeserializers.go5957 func awsRestjson1_deserializeDocumentListOfOAuthScopesElement(v *[]types.OAuthScopesElement, value … argument
5970 var cv []types.OAuthScopesElement
5972 cv = []types.OAuthScopesElement{}
5978 var col types.OAuthScopesElement
5984 col = types.OAuthScopesElement(jtv)
H A Dserializers.go2474 func awsRestjson1_serializeDocumentListOfOAuthScopesElement(v []types.OAuthScopesElement, value smi… argument
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/amplifybackend/
H A Ddeserializers.go5957 func awsRestjson1_deserializeDocumentListOfOAuthScopesElement(v *[]types.OAuthScopesElement, value … argument
5970 var cv []types.OAuthScopesElement
5972 cv = []types.OAuthScopesElement{}
5978 var col types.OAuthScopesElement
5984 col = types.OAuthScopesElement(jtv)
H A Dserializers.go2474 func awsRestjson1_serializeDocumentListOfOAuthScopesElement(v []types.OAuthScopesElement, value smi… argument
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/amplifybackend/
H A Ddeserializers.go5957 func awsRestjson1_deserializeDocumentListOfOAuthScopesElement(v *[]types.OAuthScopesElement, value … argument
5970 var cv []types.OAuthScopesElement
5972 cv = []types.OAuthScopesElement{}
5978 var col types.OAuthScopesElement
5984 col = types.OAuthScopesElement(jtv)
H A Dserializers.go2474 func awsRestjson1_serializeDocumentListOfOAuthScopesElement(v []types.OAuthScopesElement, value smi… argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/amplifybackend/
H A Ddeserializers.go5957 func awsRestjson1_deserializeDocumentListOfOAuthScopesElement(v *[]types.OAuthScopesElement, value … argument
5970 var cv []types.OAuthScopesElement
5972 cv = []types.OAuthScopesElement{}
5978 var col types.OAuthScopesElement
5984 col = types.OAuthScopesElement(jtv)
H A Dserializers.go2474 func awsRestjson1_serializeDocumentListOfOAuthScopesElement(v []types.OAuthScopesElement, value smi… argument