pub struct RevokeExtras {
pub client_assertion_payload: Option<HashMap<String, Value>>,
pub revocation_body: Option<HashMap<String, String>>,
}
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, String>>
Additional body params to sent with the revocation request
Implementations§
Source§impl RevokeExtras
impl RevokeExtras
Trait Implementations§
Source§impl Default for RevokeExtras
impl Default for RevokeExtras
Source§fn default() -> RevokeExtras
fn default() -> RevokeExtras
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RevokeExtras
impl RefUnwindSafe for RevokeExtras
impl Send for RevokeExtras
impl Sync for RevokeExtras
impl Unpin for RevokeExtras
impl UnwindSafe for RevokeExtras
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