IdentityAuthorizations
Handles all Identity Authorization related functionality
Hierarchy
↳ IdentityAuthorizations
Index
Properties
Methods
Properties
Protected context
Protected context• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:12
Protected parent
Protected parent• parent: Identity
Inherited from void
Defined in src/api/entities/Namespace.ts:10
Methods
getReceived
▸ getReceived(opts?: undefined | object): Promise‹AuthorizationRequest[]›
Inherited from Authorizations.getReceived
Defined in src/api/entities/common/namespaces/Authorizations.ts:28
Fetch all pending authorization requests for which this identity is the target
Parameters:
Name
Type
opts?
undefined | object
Returns: Promise‹AuthorizationRequest[]›
getSent
▸ getSent(paginationOpts?: PaginationOptions): Promise‹ResultSet‹AuthorizationRequest››
Defined in src/api/entities/Identity/IdentityAuthorizations.ts:21
Fetch all pending authorization requests issued by this Identity
note supports pagination
Parameters:
Name
Type
paginationOpts?
Returns: Promise‹ResultSet‹AuthorizationRequest››
Last updated
Was this helpful?