Skip to content

Commit 6f34487

Browse files
bmc-msftdemoray
andauthored
expose identity traits (#469)
* expose identity traits * address feedback Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
1 parent 998bf60 commit 6f34487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/identity/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ pub use errors::Error;
5353
pub mod refresh_token;
5454
pub mod token_credentials;
5555
mod traits;
56+
pub use traits::{BearerToken, ExtExpiresIn, RefreshToken};

0 commit comments

Comments
 (0)