pub struct IdentityServerInfo<'a> {
pub id_server: &'a str,
pub id_access_token: &'a str,
}Available on crate features
client or server only.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§
Source§impl<'a> Clone for IdentityServerInfo<'a>
impl<'a> Clone for IdentityServerInfo<'a>
Source§fn clone(&self) -> IdentityServerInfo<'a>
fn clone(&self) -> IdentityServerInfo<'a>
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<'a> Debug for IdentityServerInfo<'a>
impl<'a> Debug for IdentityServerInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for IdentityServerInfo<'a>
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)