Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions libs/Jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down