Patch request for Auth0 clients.

interface PatchAuth0ClientRequest {
    client: PatchAuth0ClientBody;
    clientId: string;
    provider: ClientProvider;
}

Hierarchy (View Summary)

Properties

clientId: string
provider: ClientProvider