pub struct AuthOptions {
pub refresh_buffer: Duration,
pub lock_timeout: Duration,
pub login_timeout: Duration,
pub callback_image_src: Option<String>,
}Fields§
§refresh_buffer: Duration§lock_timeout: Duration§login_timeout: Duration§callback_image_src: Option<String>Logo URL or data URI displayed by the browser callback page.
Trait Implementations§
Source§impl Clone for AuthOptions
impl Clone for AuthOptions
Source§fn clone(&self) -> AuthOptions
fn clone(&self) -> AuthOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthOptions
impl Debug for AuthOptions
Auto Trait Implementations§
impl Freeze for AuthOptions
impl RefUnwindSafe for AuthOptions
impl Send for AuthOptions
impl Sync for AuthOptions
impl Unpin for AuthOptions
impl UnsafeUnpin for AuthOptions
impl UnwindSafe for AuthOptions
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