pub struct LoginWithSSO {
pub provider_id: Option<String>,
pub domain: Option<String>,
pub options: Option<SSOLoginOptions>,
}Fields§
§provider_id: Option<String>UUID of the SSO provider to invoke single-sign on to
domain: Option<String>Domain of the SSO provider where users can initiate sign on
options: Option<SSOLoginOptions>Trait Implementations§
Source§impl Clone for LoginWithSSO
impl Clone for LoginWithSSO
Source§fn clone(&self) -> LoginWithSSO
fn clone(&self) -> LoginWithSSO
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 LoginWithSSO
impl Debug for LoginWithSSO
Source§impl Default for LoginWithSSO
impl Default for LoginWithSSO
Source§fn default() -> LoginWithSSO
fn default() -> LoginWithSSO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoginWithSSO
impl<'de> Deserialize<'de> for LoginWithSSO
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LoginWithSSO
impl PartialEq for LoginWithSSO
Source§impl Serialize for LoginWithSSO
impl Serialize for LoginWithSSO
impl StructuralPartialEq for LoginWithSSO
Auto Trait Implementations§
impl Freeze for LoginWithSSO
impl RefUnwindSafe for LoginWithSSO
impl Send for LoginWithSSO
impl Sync for LoginWithSSO
impl Unpin for LoginWithSSO
impl UnwindSafe for LoginWithSSO
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