pub type BasicRevocationErrorResponse = StandardErrorResponse<RevocationErrorResponseType>;
Expand description

Revocation error response specialization for basic OAuth2 implementation.

Aliased Type§

struct BasicRevocationErrorResponse { /* private fields */ }