Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthzAPI

Hierarchy

  • BaseAPI
    • AuthzAPI

Index

Constructors

Methods

Constructors

constructor

Methods

grants

  • grants(granter: string, grantee: string, msgTypeUrl?: string, params?: APIParams): Promise<[AuthorizationGrant[], Pagination]>
  • Get the message authorization grants for a specific granter and grantee

    Parameters

    • granter: string
    • grantee: string
    • Optional msgTypeUrl: string
    • params: APIParams = {}

    Returns Promise<[AuthorizationGrant[], Pagination]>