Struct openid_client::types::ClaimParam
source · pub struct ClaimParam {
pub id_token: Option<HashMap<String, ClaimParamValue>>,
pub userinfo: Option<HashMap<String, ClaimParamValue>>,
}Expand description
ClaimParam
The value of claims of AuthorizationParameters
Fields§
§id_token: Option<HashMap<String, ClaimParamValue>>Claims structure of id_token
userinfo: Option<HashMap<String, ClaimParamValue>>Claims structure of userinfo that will be returned
Trait Implementations§
source§impl Debug for ClaimParam
impl Debug for ClaimParam
source§impl Default for ClaimParam
impl Default for ClaimParam
source§fn default() -> ClaimParam
fn default() -> ClaimParam
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ClaimParam
impl Send for ClaimParam
impl Sync for ClaimParam
impl Unpin for ClaimParam
impl UnwindSafe for ClaimParam
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