pub struct AppPasswordAuth {
pub access_token: String,
}Expand description
App password authentication credentials for authenticated HTTP requests.
Contains the JWT access token for Bearer token authentication.
Fields§
§access_token: StringJWT access token for the Authorization header
Auto Trait Implementations§
impl Freeze for AppPasswordAuth
impl RefUnwindSafe for AppPasswordAuth
impl Send for AppPasswordAuth
impl Sync for AppPasswordAuth
impl Unpin for AppPasswordAuth
impl UnwindSafe for AppPasswordAuth
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