Struct openid_client::types::IntrospectionExtras
source · pub struct IntrospectionExtras {
pub client_assertion_payload: Option<HashMap<String, Value>>,
pub introspect_body: Option<HashMap<String, Value>>,
}Expand description
IntrospectionParams
Parameters for customizing Introspection request
Fields§
§client_assertion_payload: Option<HashMap<String, Value>>Additional claims to be added in the client assertion payload
introspect_body: Option<HashMap<String, Value>>Additional body params to sent with the introspection request
Auto Trait Implementations§
impl RefUnwindSafe for IntrospectionExtras
impl Send for IntrospectionExtras
impl Sync for IntrospectionExtras
impl Unpin for IntrospectionExtras
impl UnwindSafe for IntrospectionExtras
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