pub struct AuthenticationChallenge {
pub authentication_type: Option<i32>,
pub response_authentication_type_param: Option<String>,
pub response_retry_count_param: Option<String>,
pub pin_header_text: Option<String>,
pub pin_description_text_html: Option<String>,
pub gaia_header_text: Option<String>,
pub gaia_description_text_html: Option<String>,
pub gaia_footer_text_html: Option<String>,
pub gaia_opt_out_checkbox: Option<FormCheckbox>,
pub gaia_opt_out_description_text_html: Option<String>,
}Fields§
§authentication_type: Option<i32>§response_authentication_type_param: Option<String>§response_retry_count_param: Option<String>§pin_header_text: Option<String>§pin_description_text_html: Option<String>§gaia_header_text: Option<String>§gaia_description_text_html: Option<String>§gaia_opt_out_checkbox: Option<FormCheckbox>§gaia_opt_out_description_text_html: Option<String>Implementations§
Source§impl AuthenticationChallenge
impl AuthenticationChallenge
Sourcepub fn authentication_type(&self) -> i32
pub fn authentication_type(&self) -> i32
Returns the value of authentication_type, or the default value if authentication_type is unset.
Sourcepub fn response_authentication_type_param(&self) -> &str
pub fn response_authentication_type_param(&self) -> &str
Returns the value of response_authentication_type_param, or the default value if response_authentication_type_param is unset.
Sourcepub fn response_retry_count_param(&self) -> &str
pub fn response_retry_count_param(&self) -> &str
Returns the value of response_retry_count_param, or the default value if response_retry_count_param is unset.
Sourcepub fn pin_header_text(&self) -> &str
pub fn pin_header_text(&self) -> &str
Returns the value of pin_header_text, or the default value if pin_header_text is unset.
Sourcepub fn pin_description_text_html(&self) -> &str
pub fn pin_description_text_html(&self) -> &str
Returns the value of pin_description_text_html, or the default value if pin_description_text_html is unset.
Sourcepub fn gaia_header_text(&self) -> &str
pub fn gaia_header_text(&self) -> &str
Returns the value of gaia_header_text, or the default value if gaia_header_text is unset.
Sourcepub fn gaia_description_text_html(&self) -> &str
pub fn gaia_description_text_html(&self) -> &str
Returns the value of gaia_description_text_html, or the default value if gaia_description_text_html is unset.
Returns the value of gaia_footer_text_html, or the default value if gaia_footer_text_html is unset.
Sourcepub fn gaia_opt_out_description_text_html(&self) -> &str
pub fn gaia_opt_out_description_text_html(&self) -> &str
Returns the value of gaia_opt_out_description_text_html, or the default value if gaia_opt_out_description_text_html is unset.
Trait Implementations§
Source§impl Clone for AuthenticationChallenge
impl Clone for AuthenticationChallenge
Source§fn clone(&self) -> AuthenticationChallenge
fn clone(&self) -> AuthenticationChallenge
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AuthenticationChallenge
impl Debug for AuthenticationChallenge
Source§impl Default for AuthenticationChallenge
impl Default for AuthenticationChallenge
Source§impl Message for AuthenticationChallenge
impl Message for AuthenticationChallenge
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.