mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
FlowType isn't used for anything. Remove it.
This commit is contained in:
@@ -140,7 +140,7 @@ pub trait FlowDelegate: Clone + Send + Sync {
|
||||
/// along with the `verification_url`.
|
||||
/// # Notes
|
||||
/// * Will be called exactly once, provided we didn't abort during `request_code` phase.
|
||||
/// * Will only be called if the Authenticator's flow_type is `FlowType::Device`.
|
||||
/// * Will only be called if the Authenticator's flow_type is `DeviceFlow`.
|
||||
fn present_user_code(&self, pi: &PollInformation) {
|
||||
println!(
|
||||
"Please enter {} at {} and grant access to this application",
|
||||
|
||||
Reference in New Issue
Block a user