Variable OAuthTokenRevocationRequestSchemaConst
OAuthTokenRevocationRequestSchema: ZodObject<
{ token: ZodString; token_type_hint: ZodOptional<ZodString> },
"strip",
ZodTypeAny,
{ token: string; token_type_hint?: string },
{ token: string; token_type_hint?: string },
> = ...
RFC 7009 OAuth 2.0 Token Revocation request