We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b0b79 commit ae6a491Copy full SHA for ae6a491
yew-oauth2-example/src/components/use_auth.rs
@@ -18,6 +18,7 @@ fn dummy() -> Authentication {
18
Authentication {
19
access_token: "".to_string(),
20
refresh_token: None,
21
+ id_token: None,
22
#[cfg(feature = "openid")]
23
claims: None,
24
expires: None,
yew-oauth2-redirect-example/src/components/use_auth.rs
@@ -17,6 +17,7 @@ impl UseAuthenticationProperties for Props {
17
fn dummy() -> Authentication {
0 commit comments