Skip to content

Commit

Permalink
Improve docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodnighttw committed Jul 12, 2024
1 parent f37e717 commit 6d71b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion reginleif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "reginleif"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license-file = "../LICENSE"
description = "The core library of nolauncher."
readme = "../README.md"
repository = "https://github.com/bloodnighttw/reginleif"
Expand Down
1 change: 1 addition & 0 deletions reginleif/src/auth/microsoft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ impl DeviceCode{

}

/// The struct contain all the information that oauth2 device code auth flow need.
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone, Expirable, PartialEq)]
pub struct MicrosoftAuth {
pub token_type: String,
Expand Down

0 comments on commit 6d71b9f

Please sign in to comment.