api_entities_Identity_IdentityAuthorizations.IdentityAuthorizations
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / IdentityAuthorizations
.IdentityAuthorizations
Handles all Identity Authorization related functionality
<>
↳ IdentityAuthorizations
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
args.id
BigNumber
Returns
Overrides
Defined in
Fetch all pending Authorization Requests for which this Signer is the target
Parameters
opts?
Object
-
opts.includeExpired?
boolean
whether to include expired authorizations. Defaults to true
opts.type?
fetch only authorizations of this type. Fetches all types if not passed
Returns
Inherited from
Defined in
Fetch all pending authorization requests issued by this Identity
note
supports pagination
Parameters
paginationOpts?
Returns
Defined in
▸ getOne(args
): Promise
<>
Promise
<>
.
▸ getReceived(opts?
): Promise
<[]>
Promise
<[]>
.
▸ getSent(paginationOpts?
): Promise
<<>>
Promise
<<>>