Skip to content

Commit

Permalink
Export PostLogoutRedirectUrl and LogoutHint
Browse files Browse the repository at this point in the history
Fixes mixing exports from #112.
  • Loading branch information
ramosbugs committed May 28, 2023
1 parent 5362bdd commit 9b365dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,10 @@ pub use types::{
EndUserUsername, EndUserWebsiteUrl, FormattedAddress, GrantType, InitiateLoginUrl, IssuerUrl,
JsonWebKey, JsonWebKeyId, JsonWebKeySet, JsonWebKeySetUrl, JsonWebKeyType, JsonWebKeyUse,
JweContentEncryptionAlgorithm, JweKeyManagementAlgorithm, JwsSigningAlgorithm, LanguageTag,
LocalizedClaim, LoginHint, LogoUrl, Nonce, OpPolicyUrl, OpTosUrl, PolicyUrl, PrivateSigningKey,
RegistrationAccessToken, RegistrationUrl, RequestUrl, ResponseMode, ResponseType,
ResponseTypes, SectorIdentifierUrl, ServiceDocUrl, SigningError, StreetAddress,
SubjectIdentifier, SubjectIdentifierType, ToSUrl,
LocalizedClaim, LoginHint, LogoUrl, LogoutHint, Nonce, OpPolicyUrl, OpTosUrl, PolicyUrl,
PostLogoutRedirectUrl, PrivateSigningKey, RegistrationAccessToken, RegistrationUrl, RequestUrl,
ResponseMode, ResponseType, ResponseTypes, SectorIdentifierUrl, ServiceDocUrl, SigningError,
StreetAddress, SubjectIdentifier, SubjectIdentifierType, ToSUrl,
};
pub use user_info::{
UserInfoClaims, UserInfoError, UserInfoJsonWebToken, UserInfoRequest, UserInfoUrl,
Expand Down

0 comments on commit 9b365dd

Please sign in to comment.