Struct openid_client::types::UserinfoRequestParams
source · pub struct UserinfoRequestParams {
pub method: Method,
pub via: String,
pub params: Option<HashMap<String, Value>>,
}Expand description
UserinfoRequestParams
Parameters for customizing Userinfo request
Fields§
§method: MethodRequest method
via: StringHow to send the access token. Valid values: header or body (POST request)
params: Option<HashMap<String, Value>>Additional params to sent with the userinfo request
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UserinfoRequestParams
impl Send for UserinfoRequestParams
impl Sync for UserinfoRequestParams
impl Unpin for UserinfoRequestParams
impl UnwindSafe for UserinfoRequestParams
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