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