pub async fn revoke(
__arg0: State<AuthState>,
__arg1: ConnectInfo<SocketAddr>,
headers: HeaderMap,
__arg3: Form<RevocationRequest>,
) -> ResponseExpand description
POST /revoke – RFC 7009 token revocation.
Never logs, echoes, or returns the submitted token value; diagnostics use
fingerprint only.