Struct ruma_client_api::r0::account::IdentityServerInfo [−][src]
Expand description
Additional authentication information for requestToken endpoints.
Fields
id_server: &'a strThe ID server to send the onward request to as a hostname with an appended colon and port number if the port is not the default.
id_access_token: &'a strAccess token previously registered with identity server.
Implementations
Trait Implementations
The ‘Incoming’ variant of Self.
Auto Trait Implementations
impl<'a> RefUnwindSafe for IdentityServerInfo<'a>
impl<'a> Send for IdentityServerInfo<'a>
impl<'a> Sync for IdentityServerInfo<'a>
impl<'a> Unpin for IdentityServerInfo<'a>
impl<'a> UnwindSafe for IdentityServerInfo<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more