Variable UserInfoWebhookRequestPayloadSchemaConst
UserInfoWebhookRequestPayloadSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: { access_token: { description: string; type: string } };
required: string[];
title: string;
type: string;
} = UserInfoWebhookRequestPayload
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: { access_token: { description: string; type: string } }
required: string[]
title: string
type: string