For the complete documentation index, see llms.txt. This page is also available as Markdown.

IdentityAuthorizations

Handles all Identity Authorization related functionality

Hierarchy

AuthorizationsIdentity

IdentityAuthorizations

Index

Properties

Methods

Properties

Protected context

context: Context

Inherited from void

Defined in src/api/entities/Namespace.ts:11


Protected parent

parent: Identity

Inherited from void

Defined in src/api/entities/Namespace.ts:9

Methods

getOne

getOne(args: object): Promise‹AuthorizationRequest

Overrides Authorizations.getOne

Defined in src/api/entities/Identity/IdentityAuthorizations.ts:62

Retrieve a single Authorization Request targeting or issued by this Identity by its ID

throws if there is no Authorization Request with the passed ID targeting or issued by this Identity

Parameters:

args: object

Name
Type

id

BigNumber

Returns: Promise‹AuthorizationRequest


getReceived

getReceived(opts?: undefined | object): Promise‹AuthorizationRequest[]›

Inherited from Authorizations.getReceived

Defined in src/api/entities/common/namespaces/Authorizations.ts:29

Fetch all pending Authorization Requests for which this Signer is the target

Parameters:

Name
Type

opts?

undefined | object

Returns: Promise‹AuthorizationRequest[]›


getSent

getSent(paginationOpts?: PaginationOptions): Promise‹ResultSetAuthorizationRequest››

Defined in src/api/entities/Identity/IdentityAuthorizations.ts:18

Fetch all pending authorization requests issued by this Identity

note supports pagination

Parameters:

Name
Type

paginationOpts?

Returns: Promise‹ResultSetAuthorizationRequest››

Last updated

Was this helpful?