Skip to content

Commit 4e3a4f3

Browse files
authored
enable AccessToken to be serialized & deserialized (#1538)
1 parent 207cb54 commit 4e3a4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/src/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl Debug for Secret {
5959
}
6060

6161
/// Represents an Azure service bearer access token with expiry information.
62-
#[derive(Debug, Clone)]
62+
#[derive(Debug, Clone, Serialize, Deserialize)]
6363
pub struct AccessToken {
6464
/// Get the access token value.
6565
pub token: Secret,

0 commit comments

Comments
 (0)