You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::AdditionalAuthenticationProviderWhen passing AdditionalAuthenticationProvider as input to an Aws::Client method, you can use a vanilla Hash:
{
authentication_type: "API_KEY", open_id_connect_config: {
issuer: "String", client_id: "String",
iat_ttl: 1,
auth_ttl: 1,
},
user_pool_config: {
user_pool_id: "String", aws_region: "String", app_id_client_regex: "String",
},
}
Describes an additional authentication provider.
Instance Attribute Summary collapseThe authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
The OpenID Connect configuration.
The Amazon Cognito user pool configuration.
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4