Skip to content

Commit

Permalink
fix: correct description
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Apr 20, 2021
1 parent 11d7001 commit 3fc3653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iam.ts
Expand Up @@ -1444,7 +1444,7 @@ export class IAM extends IAMBase {
// CLAIMS

/**
* @description - Returns claims for given requester. Allows filtering by status and role parent namespace
* @description - Returns claims for given requester. Allows filtering by status and parent namespace
*/
async getClaimsByRequester({
did,
Expand All @@ -1462,7 +1462,7 @@ export class IAM extends IAMBase {
}

/**
* @description - Returns claims for given issuer. Allows filtering by status and role parent namespace
* @description - Returns claims for given issuer. Allows filtering by status and parent namespace
*/
async getClaimsByIssuer({
did,
Expand All @@ -1480,7 +1480,7 @@ export class IAM extends IAMBase {
}

/**
* @description - Returns claims for given subject. Allows filtering by status and role parent namespace
* @description - Returns claims for given subject. Allows filtering by status and parent namespace
*/
async getClaimsBySubject({
did, isAccepted, parentNamespace
Expand Down

0 comments on commit 3fc3653

Please sign in to comment.