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 207cb54 commit 4e3a4f3Copy full SHA for 4e3a4f3
sdk/core/src/auth.rs
@@ -59,7 +59,7 @@ impl Debug for Secret {
59
}
60
61
/// Represents an Azure service bearer access token with expiry information.
62
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, Serialize, Deserialize)]
63
pub struct AccessToken {
64
/// Get the access token value.
65
pub token: Secret,
0 commit comments