Struct ruma_client_api::r0::uiaa::EmailIdentity [−][src]
pub struct EmailIdentity<'a> {
pub thirdparty_id_creds: &'a [ThirdpartyIdCredentials<'a>],
pub session: Option<&'a str>,
}Expand description
Data for Email-based UIAA flow.
See the spec for how to use this.
Fields
thirdparty_id_creds: &'a [ThirdpartyIdCredentials<'a>]Thirdparty identifier credentials.
session: Option<&'a str>The value of the session key given by the homeserver, if any.
Trait Implementations
type Incoming = IncomingEmailIdentity
type Incoming = IncomingEmailIdentity
The ‘Incoming’ variant of Self.
Auto Trait Implementations
impl<'a> RefUnwindSafe for EmailIdentity<'a>
impl<'a> Send for EmailIdentity<'a>
impl<'a> Sync for EmailIdentity<'a>
impl<'a> Unpin for EmailIdentity<'a>
impl<'a> UnwindSafe for EmailIdentity<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more