You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/verification.rs
+5
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,10 @@ pub enum Verification {
219
219
Passphrase(String),
220
220
VerificationKey(String),
221
221
#[allow(clippy::upper_case_acronyms)]
222
+
#[deprecated(
223
+
since = "4.2.0",
224
+
note = "The entire OIDC flow has been reworked, this verification method has been deprecated as a result, use Verification::OIDCAuthorizationCode instead"
0 commit comments