Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Jun 25, 2024
1 parent eceeda5 commit b3d8195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/events-grant-authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { DwnError, DwnErrorCode } from './dwn-error.js';

export class EventsGrantAuthorization {
/**
* Authorizes the given EventsQuery in the scope of the DID given.
* Authorizes the scope of a permission grant for EventsQuery or EventsSubscribe.
* @param messageStore Used to check if the grant has been revoked.
*/
public static async authorizeQueryOrSubscribe(input: {
incomingMessage: EventsQueryMessage | EventsSubscribeMessage,
Expand Down

0 comments on commit b3d8195

Please sign in to comment.