Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdditionalAuthenticationProvider

import type { AdditionalAuthenticationProvider } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";
interface AdditionalAuthenticationProvider {
authenticationType?: AuthenticationType | null;
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null;
openIDConnectConfig?: OpenIDConnectConfig | null;
userPoolConfig?: CognitoUserPoolConfig | null;
}

§Properties

§
authenticationType?: AuthenticationType | null
[src]
§
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null
[src]
§
openIDConnectConfig?: OpenIDConnectConfig | null
[src]
§
userPoolConfig?: CognitoUserPoolConfig | null
[src]