Patch body for Cognito clients.

interface PatchCognitoClientBody {
    allowedLogoutUrls?: string[];
    auth0Id?: string;
    callbacks?: string[];
    clientMetadata?: Record<string, any>;
    description?: string;
    grantTypes?: string[];
    jwtConfiguration?: CognitoJwtConfiguration;
    name?: string;
    supportedIdp?: string[];
}

Hierarchy

Properties

allowedLogoutUrls?: string[]
auth0Id?: string
callbacks?: string[]
clientMetadata?: Record<string, any>
description?: string
grantTypes?: string[]
jwtConfiguration?: CognitoJwtConfiguration
name?: string
supportedIdp?: string[]