api_entities_common_namespaces_Authorizations.Authorizations
Last updated
Last updated
/ / / Authorizations
.Authorizations
Handles all Authorization related functionality
Name | Type |
---|
Namespace
<Parent
>
↳ Authorizations
↳↳
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
Returns
Defined in
Fetch all pending Authorization Requests for which this Signer is the target
Parameters
Returns
Defined in
▸ getOne(args
): Promise
<>
Name | Type |
---|
Promise
<>
▸ getReceived(opts?
): Promise
<[]>
Name | Type | Description |
---|
Promise
<[]>
|
|
|
|
|
|
| - |
|
| whether to include expired authorizations. Defaults to true |
| fetch only authorizations of this type. Fetches all types if not passed |
extends