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 def2093 commit 470cc26Copy full SHA for 470cc26
crates/oidc-client/src/requests/authorization_code.rs
@@ -191,7 +191,8 @@ pub struct AuthorizationValidationData {
191
pub state: String,
192
193
/// A string to mitigate replay attacks.
194
- /// Used when the `openid` scope is set (and therefore we are using OpenID Connect).
+ /// Used when the `openid` scope is set (and therefore we are using OpenID
195
+ /// Connect).
196
pub nonce: Option<String>,
197
198
/// The URI where the end-user will be redirected after authorization.
0 commit comments