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:11arrow-up-right


Protected parent

parent: Identity

Inherited from void

Defined in src/api/entities/Namespace.ts:9arrow-up-right

Methods

getOne

getOne(args: object): Promise‹AuthorizationRequest

Inherited from Authorizations.getOne

Defined in src/api/entities/common/namespaces/Authorizations.ts:65arrow-up-right

Retrieve a single Authorization Request targeting this Signer by its ID

throws if there is no Authorization Request with the passed ID targeting this Signer

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:29arrow-up-right

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

Parameters:

Name
Type

opts?

undefined | object

Returns: Promise‹AuthorizationRequest[]›


getSent

getSent(paginationOpts?: PaginationOptionsarrow-up-right): Promise‹ResultSetarrow-up-rightAuthorizationRequest››

Defined in src/api/entities/Identity/IdentityAuthorizations.ts:16arrow-up-right

Fetch all pending authorization requests issued by this Identity

note supports pagination

Parameters:

Name
Type

Returns: Promise‹ResultSetarrow-up-rightAuthorizationRequest››

Last updated

Was this helpful?