pub struct SsoResponse { /* private fields */ }Expand description
Parsed SSO response envelope.
Implementations§
Source§impl SsoResponse
impl SsoResponse
Sourcepub fn response_id(&self) -> &MessageId
pub fn response_id(&self) -> &MessageId
Response ID.
Sourcepub fn in_response_to(&self) -> Option<&MessageId>
pub fn in_response_to(&self) -> Option<&MessageId>
InResponseTo, when present.
Sourcepub fn raw_flow(&self) -> &FlowResult
pub fn raw_flow(&self) -> &FlowResult
Raw validated flow result.
Trait Implementations§
Source§impl Clone for SsoResponse
impl Clone for SsoResponse
Source§fn clone(&self) -> SsoResponse
fn clone(&self) -> SsoResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SsoResponse
impl Debug for SsoResponse
Source§impl TryFrom<FlowResult> for SsoResponse
impl TryFrom<FlowResult> for SsoResponse
Auto Trait Implementations§
impl Freeze for SsoResponse
impl RefUnwindSafe for SsoResponse
impl Send for SsoResponse
impl Sync for SsoResponse
impl Unpin for SsoResponse
impl UnsafeUnpin for SsoResponse
impl UnwindSafe for SsoResponse
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