Struct openid_client::types::IntrospectionParams
source · pub struct IntrospectionParams {
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 IntrospectionParams
impl Send for IntrospectionParams
impl Sync for IntrospectionParams
impl Unpin for IntrospectionParams
impl UnwindSafe for IntrospectionParams
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