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
I try to run the PKCE example from the doc.rs page.
But it get this warning
1 warning: unused variable: `csrf_token`
--> src/main.rs:38:20
|
38 | let (auth_url, csrf_token, nonce) = client
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_csrf_token`
|
= note: `#[warn(unused_variables)]` on by default