Struct openid_client::types::RefreshTokenRequestParams
source · pub struct RefreshTokenRequestParams {
pub client_assertion_payload: Option<HashMap<String, Value>>,
pub exchange_body: Option<HashMap<String, Value>>,
}Expand description
RefreshParams
Parameters for the Client’s refresh_async request
Fields§
§client_assertion_payload: Option<HashMap<String, Value>>Additional claims to be added in the client assertion payload
exchange_body: Option<HashMap<String, Value>>Additional body params to sent with the exchange request
Auto Trait Implementations§
impl RefUnwindSafe for RefreshTokenRequestParams
impl Send for RefreshTokenRequestParams
impl Sync for RefreshTokenRequestParams
impl Unpin for RefreshTokenRequestParams
impl UnwindSafe for RefreshTokenRequestParams
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