Variable OAuthClientInformationSchemaConst
OAuthClientInformationSchema: ZodObject<
{
client_id: ZodString;
client_id_issued_at: ZodOptional<ZodNumber>;
client_secret: ZodOptional<ZodString>;
client_secret_expires_at: ZodOptional<ZodNumber>;
},
$strip,
> = ...
RFC 7591 OAuth 2.0 Dynamic Client Registration client information