Struct qcs_api_client_common::configuration::Tokens
source · [−]Expand description
A single type containing an access token and an associated refresh token.
Fields
bearer_access_token: Option<String>The Bearer token to include in the Authorization header.
refresh_token: Option<String>The token used to refresh the access token.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tokens
impl Send for Tokens
impl Sync for Tokens
impl Unpin for Tokens
impl UnwindSafe for Tokens
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more