Skip to content

Commit

Permalink
make IdToken public type (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Sep 30, 2020
1 parent a55dda5 commit 013a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ pub mod biscuit {
pub use biscuit::*;
}

type IdToken<T> = Jws<T, Empty>;
pub type IdToken<T> = Jws<T, Empty>;
pub type DiscoveredClient = Client<Discovered, StandardClaims>;
#[cfg(feature = "uma2")]
pub type DiscoveredUma2Client = Client<uma2::DiscoveredUma2, StandardClaims>;

0 comments on commit 013a3c2

Please sign in to comment.