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