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
§
AllowedOAuthFlows?: OAuthFlowType[] | null
[src]§
AnalyticsConfiguration?: AnalyticsConfigurationType | null
[src]§
ExplicitAuthFlows?: ExplicitAuthFlowsType[] | null
[src]§
PreventUserExistenceErrors?: PreventUserExistenceErrorTypes | null
[src]§
TokenValidityUnits?: TokenValidityUnitsType | null
[src]