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 632904a commit def2093Copy full SHA for def2093
crates/oidc-client/src/requests/authorization_code.rs
@@ -191,6 +191,7 @@ 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).
195
pub nonce: Option<String>,
196
197
/// The URI where the end-user will be redirected after authorization.
0 commit comments