pub struct IframeLogoutChallenge {
pub flow_info: Option<ContextualFlowInfo>,
pub component: Option<String>,
pub response_errors: Option<HashMap<String, Vec<ErrorDetail>>>,
pub logout_urls: Option<Vec<HashMap<String, Value>>>,
}Expand description
IframeLogoutChallenge : Challenge for iframe logout
Fields§
§flow_info: Option<ContextualFlowInfo>§component: Option<String>§response_errors: Option<HashMap<String, Vec<ErrorDetail>>>§logout_urls: Option<Vec<HashMap<String, Value>>>Implementations§
Source§impl IframeLogoutChallenge
impl IframeLogoutChallenge
Sourcepub fn new() -> IframeLogoutChallenge
pub fn new() -> IframeLogoutChallenge
Challenge for iframe logout
Trait Implementations§
Source§impl Clone for IframeLogoutChallenge
impl Clone for IframeLogoutChallenge
Source§fn clone(&self) -> IframeLogoutChallenge
fn clone(&self) -> IframeLogoutChallenge
Returns a duplicate 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 IframeLogoutChallenge
impl Debug for IframeLogoutChallenge
Source§impl Default for IframeLogoutChallenge
impl Default for IframeLogoutChallenge
Source§fn default() -> IframeLogoutChallenge
fn default() -> IframeLogoutChallenge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IframeLogoutChallenge
impl<'de> Deserialize<'de> for IframeLogoutChallenge
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 IframeLogoutChallenge
impl PartialEq for IframeLogoutChallenge
Source§impl Serialize for IframeLogoutChallenge
impl Serialize for IframeLogoutChallenge
impl StructuralPartialEq for IframeLogoutChallenge
Auto Trait Implementations§
impl Freeze for IframeLogoutChallenge
impl RefUnwindSafe for IframeLogoutChallenge
impl Send for IframeLogoutChallenge
impl Sync for IframeLogoutChallenge
impl Unpin for IframeLogoutChallenge
impl UnsafeUnpin for IframeLogoutChallenge
impl UnwindSafe for IframeLogoutChallenge
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