diff --git a/libs/Jwt.ts b/libs/Jwt.ts index 6dcd238..0b36555 100644 --- a/libs/Jwt.ts +++ b/libs/Jwt.ts @@ -71,14 +71,6 @@ export class Jwt { return new Token(accessToken); } - /** - * Online verification that performs a Keycloak server `userinfo` call - * to make sure the token is still valid on the server-side. If the - * call completes successfully the token is accepted and returned as a - * `Token` wrapper for callers to inspect claims. - * @param accessToken - The JWT string to verify via Keycloak server - * @returns A Promise resolving to a `Token` instance when userinfo succeeds - */ /** * Online verification that performs a Keycloak server `userinfo` call * to make sure the token is still valid on the server-side. If the