#[non_exhaustive]pub struct BackendAuthSocialProviderConfig { /* private fields */ }
Expand description
Describes third-party social federation configurations for allowing your app users to sign in using OAuth.
Implementations§
source§impl BackendAuthSocialProviderConfig
impl BackendAuthSocialProviderConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackendAuthSocialProviderConfig
.
Trait Implementations§
source§impl Clone for BackendAuthSocialProviderConfig
impl Clone for BackendAuthSocialProviderConfig
source§fn clone(&self) -> BackendAuthSocialProviderConfig
fn clone(&self) -> BackendAuthSocialProviderConfig
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 PartialEq<BackendAuthSocialProviderConfig> for BackendAuthSocialProviderConfig
impl PartialEq<BackendAuthSocialProviderConfig> for BackendAuthSocialProviderConfig
source§fn eq(&self, other: &BackendAuthSocialProviderConfig) -> bool
fn eq(&self, other: &BackendAuthSocialProviderConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.