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

CreateUserPoolClientRequest

import type { CreateUserPoolClientRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface CreateUserPoolClientRequest {
AccessTokenValidity?: number | null;
AllowedOAuthFlows?: OAuthFlowType[] | null;
AllowedOAuthFlowsUserPoolClient?: boolean | null;
AllowedOAuthScopes?: string[] | null;
AnalyticsConfiguration?: AnalyticsConfigurationType | null;
CallbackURLs?: string[] | null;
ClientName: string;
DefaultRedirectURI?: string | null;
EnableTokenRevocation?: boolean | null;
ExplicitAuthFlows?: ExplicitAuthFlowsType[] | null;
GenerateSecret?: boolean | null;
IdTokenValidity?: number | null;
LogoutURLs?: string[] | null;
PreventUserExistenceErrors?: PreventUserExistenceErrorTypes | null;
ReadAttributes?: string[] | null;
RefreshTokenValidity?: number | null;
SupportedIdentityProviders?: string[] | null;
TokenValidityUnits?: TokenValidityUnitsType | null;
UserPoolId: string;
WriteAttributes?: string[] | null;
}

§Properties

§
AccessTokenValidity?: number | null
[src]
§
AllowedOAuthFlows?: OAuthFlowType[] | null
[src]
§
AllowedOAuthFlowsUserPoolClient?: boolean | null
[src]
§
AllowedOAuthScopes?: string[] | null
[src]
§
AnalyticsConfiguration?: AnalyticsConfigurationType | null
[src]
§
CallbackURLs?: string[] | null
[src]
§
ClientName: string
[src]
§
DefaultRedirectURI?: string | null
[src]
§
EnableTokenRevocation?: boolean | null
[src]
§
ExplicitAuthFlows?: ExplicitAuthFlowsType[] | null
[src]
§
GenerateSecret?: boolean | null
[src]
§
IdTokenValidity?: number | null
[src]
§
LogoutURLs?: string[] | null
[src]
§
PreventUserExistenceErrors?: PreventUserExistenceErrorTypes | null
[src]
§
ReadAttributes?: string[] | null
[src]
§
RefreshTokenValidity?: number | null
[src]
§
SupportedIdentityProviders?: string[] | null
[src]
§
TokenValidityUnits?: TokenValidityUnitsType | null
[src]
§
UserPoolId: string
[src]
§
WriteAttributes?: string[] | null
[src]