Struct openid_client::types::RevokeRequestParams
source · pub struct RevokeRequestParams {
pub client_assertion_payload: Option<HashMap<String, Value>>,
pub revocation_body: Option<HashMap<String, Value>>,
}Expand description
RevokeRequestParams
Parameters for customizing Token Revocation request
Fields§
§client_assertion_payload: Option<HashMap<String, Value>>Additional claims to be added in the client assertion payload
revocation_body: Option<HashMap<String, Value>>Additional body params to sent with the revocation request
Auto Trait Implementations§
impl RefUnwindSafe for RevokeRequestParams
impl Send for RevokeRequestParams
impl Sync for RevokeRequestParams
impl Unpin for RevokeRequestParams
impl UnwindSafe for RevokeRequestParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more