diff --git a/src/Umbraco.Web.UI.Client/src/external/openid/index.ts b/src/Umbraco.Web.UI.Client/src/external/openid/index.ts index baaee116db..ff18b32b45 100644 --- a/src/Umbraco.Web.UI.Client/src/external/openid/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/openid/index.ts @@ -4,6 +4,7 @@ export { FetchRequestor, LocalStorageBackend, RedirectRequestHandler, + RevokeTokenRequest, } from '@openid/appauth'; export { AuthorizationRequest } from '@openid/appauth/built/authorization_request'; export { AuthorizationNotifier } from '@openid/appauth/built/authorization_request_handler';