From 9b365dd24cf71377723381df34025a75977b1767 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Sat, 27 May 2023 20:12:26 -0700 Subject: [PATCH] Export PostLogoutRedirectUrl and LogoutHint Fixes mixing exports from #112. --- src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 7016b8a..57a2332 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,