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

ProviderUserIdentifierType

import type { ProviderUserIdentifierType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

A container for information about an IdP for a user pool.

interface ProviderUserIdentifierType {
ProviderAttributeName?: string | null;
ProviderAttributeValue?: string | null;
ProviderName?: string | null;
}

§Properties

§
ProviderAttributeName?: string | null
[src]

The name of the provider attribute to link to, such as NameID.

§
ProviderAttributeValue?: string | null
[src]

The value of the provider attribute to link to, such as xxxxx_account.

§
ProviderName?: string | null
[src]

The name of the provider, such as Facebook, Google, or Login with Amazon.