Struct oauth2_client::authorization_code_grant::flow::FlowBuildAuthorizationUrlConfiguration [−][src]
pub struct FlowBuildAuthorizationUrlConfiguration {
pub state: Option<State>,
pub code_challenge: Option<(CodeChallenge, CodeChallengeMethod)>,
pub nonce: Option<Nonce>,
}
Fields
state: Option<State>
code_challenge: Option<(CodeChallenge, CodeChallengeMethod)>
nonce: Option<Nonce>
Implementations
pub fn set_code_challenge(
&mut self,
code_challenge: CodeChallenge,
code_challenge_method: CodeChallengeMethod
)
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more