Skip to content

Commit

Permalink
implement logout token deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik1000 committed Mar 27, 2022
1 parent d0fbf83 commit d7f325e
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,12 @@ pub use oauth2::{
TokenResponse as OAuth2TokenResponse, TokenType, TokenUrl,
};

#[cfg(feature = "backchannel-logout")]
mod logout_token;
#[cfg(feature = "backchannel-logout")]
#[doc(inline)]
pub use logout_token::*;

///
/// Public re-exports of types used for HTTP client interfaces.
///
Expand Down
Loading

0 comments on commit d7f325e

Please sign in to comment.