Deprecate dangerous feature

This commit is contained in:
2022-04-18 17:05:26 +02:00
parent 65b3289900
commit fad92c5930
2 changed files with 10 additions and 12 deletions

View File

@ -11,7 +11,6 @@ pub struct Client {
pub description: String,
pub secret: String,
pub redirect_uri: String,
pub disable_code_verifier: Option<bool>,
}
impl PartialEq for Client {