Struct oauth2_client::authorization_code_grant::flow::FlowHandleCallbackConfiguration [−][src]
pub struct FlowHandleCallbackConfiguration {
pub code_verifier: Option<CodeVerifier>,
}
Fields
code_verifier: Option<CodeVerifier>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl Send for FlowHandleCallbackConfiguration
impl Sync for FlowHandleCallbackConfiguration
impl Unpin for FlowHandleCallbackConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more