pub struct AuthObj {
pub client: BasicClient,
pub authorize_url: Url,
pub csrf_state: CsrfToken,
pub pkce_code_verifier: PkceCodeVerifier,
}
Fields§
§client: BasicClient
§csrf_state: CsrfToken
§pkce_code_verifier: PkceCodeVerifier
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthObj
impl RefUnwindSafe for AuthObj
impl Send for AuthObj
impl Sync for AuthObj
impl Unpin for AuthObj
impl UnwindSafe for AuthObj
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