UpdateUserPoolClientRequest
import type { UpdateUserPoolClientRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";interface UpdateUserPoolClientRequest {
AccessTokenValidity?: number | null;
AllowedOAuthFlows?: OAuthFlowType[] | null;
AllowedOAuthFlowsUserPoolClient?: boolean | null;
AllowedOAuthScopes?: string[] | null;
AnalyticsConfiguration?: AnalyticsConfigurationType | null;
CallbackURLs?: string[] | null;
ClientId: string;
ClientName?: string | null;
DefaultRedirectURI?: string | null;
EnableTokenRevocation?: boolean | null;
ExplicitAuthFlows?: ExplicitAuthFlowsType[] | 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]