IdentityAuthorizations
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Identity Authorization related functionality
↳ ‹›
↳ IdentityAuthorizations
Protected
contextInherited from void
Protected
parentInherited from void
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
id
BigNumber
Fetch all pending Authorization Requests for which this Signer is the target
Parameters:
opts?
undefined | object
Fetch all pending authorization requests issued by this Identity
note
supports pagination
Parameters:
paginationOpts?
• context:
Defined in
• parent:
Defined in
▸ getOne(args
: object): Promise‹›
Inherited from .
Defined in
Returns: Promise‹›
▸ getReceived(opts?
: undefined | object): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
▸ getSent(paginationOpts?
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››