pub struct OpenIdConnect {
pub open_id_connect_url: String,
}
Fields§
§open_id_connect_url: String
OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL.
Trait Implementations§
Source§impl Clone for OpenIdConnect
impl Clone for OpenIdConnect
Source§fn clone(&self) -> OpenIdConnect
fn clone(&self) -> OpenIdConnect
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 Debug for OpenIdConnect
impl Debug for OpenIdConnect
Source§impl Default for OpenIdConnect
impl Default for OpenIdConnect
Source§fn default() -> OpenIdConnect
fn default() -> OpenIdConnect
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpenIdConnect
impl RefUnwindSafe for OpenIdConnect
impl Send for OpenIdConnect
impl Sync for OpenIdConnect
impl Unpin for OpenIdConnect
impl UnwindSafe for OpenIdConnect
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