pub struct GoogleProvider {}Expand description
Google OpenID connect ID provider https://accounts.google.com/.well-known/openid-configuration
Implementations§
Trait Implementations§
Source§impl Clone for GoogleProvider
impl Clone for GoogleProvider
Source§fn clone(&self) -> GoogleProvider
fn clone(&self) -> GoogleProvider
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Provider for GoogleProvider
impl Provider for GoogleProvider
fn token_endpoint(&self) -> Url
fn validate_iss(&self, iss: &str) -> bool
fn client(self) -> ClientBuilder<Self>
Auto Trait Implementations§
impl Freeze for GoogleProvider
impl RefUnwindSafe for GoogleProvider
impl Send for GoogleProvider
impl Sync for GoogleProvider
impl Unpin for GoogleProvider
impl UnwindSafe for GoogleProvider
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