Skip to main content

revoke

Function revoke 

Source
pub async fn revoke(
    __arg0: State<AuthState>,
    __arg1: ConnectInfo<SocketAddr>,
    headers: HeaderMap,
    __arg3: Form<RevocationRequest>,
) -> Response
Expand description

POST /revoke – RFC 7009 token revocation.

Never logs, echoes, or returns the submitted token value; diagnostics use fingerprint only.