Struct oauth2_client::authorization_code_grant::flow::FlowHandleCallbackByQueryConfiguration
source · pub struct FlowHandleCallbackByQueryConfiguration {
pub state: Option<State>,
pub code_verifier: Option<CodeVerifier>,
}
Fields§
§state: Option<State>
§code_verifier: Option<CodeVerifier>
Implementations§
Trait Implementations§
source§impl Clone for FlowHandleCallbackByQueryConfiguration
impl Clone for FlowHandleCallbackByQueryConfiguration
source§fn clone(&self) -> FlowHandleCallbackByQueryConfiguration
fn clone(&self) -> FlowHandleCallbackByQueryConfiguration
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 Default for FlowHandleCallbackByQueryConfiguration
impl Default for FlowHandleCallbackByQueryConfiguration
source§fn default() -> FlowHandleCallbackByQueryConfiguration
fn default() -> FlowHandleCallbackByQueryConfiguration
Returns the “default value” for a type. Read more
source§impl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
impl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
source§fn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
fn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
Converts to this type from the input type.