Skip to content

Commit

Permalink
add doc comment for #154
Browse files Browse the repository at this point in the history
Not sure why test automation didn't flag this on the PR, but this is required.
  • Loading branch information
wfraser committed Aug 7, 2024
1 parent 7748c76 commit 63afada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oauth2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ impl TokenType {
/// A proof key for OAuth2 PKCE ("Proof Key for Code Exchange") flow.
#[derive(Debug, Clone)]
pub struct PkceCode {
/// The value of the code key.
pub code: String,
}

Expand Down

0 comments on commit 63afada

Please sign in to comment.