Handles all Identity Authorization related functionality
↳ Authorizations‹Identity›
↳ IdentityAuthorizations
context
parent
getReceived
getSent
Protected
• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11arrow-up-right
• parent: Identity
Defined in src/api/entities/Namespace.ts:9arrow-up-right
▸ getReceived(opts?: undefined | object): Promise‹AuthorizationRequest[]›
opts?
Inherited from Authorizations.getReceived
Defined in src/api/entities/common/namespaces/Authorizations.ts:27arrow-up-right
Fetch all pending authorization requests for which this identity is the target
Parameters:
Name
Type
undefined | object
Returns: Promise‹AuthorizationRequest[]›
▸ getSent(paginationOpts?: PaginationOptions): Promise‹ResultSet‹AuthorizationRequest››
paginationOpts?
Defined in src/api/entities/Identity/IdentityAuthorizations.ts:18arrow-up-right
Fetch all pending authorization requests issued by this Identity
note supports pagination
note
PaginationOptions
Returns: Promise‹ResultSet‹AuthorizationRequest››
Last updated 4 years ago
Was this helpful?