Variable OAuthErrorResponseSchemaConst
OAuthErrorResponseSchema: ZodObject<
{
error: ZodString;
error_description: ZodOptional<ZodString>;
error_uri: ZodOptional<ZodString>;
},
"strip",
ZodTypeAny,
{ error: string; error_description?: string; error_uri?: string },
{ error: string; error_description?: string; error_uri?: string },
> = ...
OAuth 2.1 error response