# Authorizations

Handles all Authorization related functionality

## Type parameters

▪ **Parent**: [*Signer*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/globals#signer)

## Hierarchy

* Namespace‹Parent›

  ↳ **Authorizations**

  ↳ [IdentityAuthorizations](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/identityauthorizations)

## Index

### Properties

* [context](#protected-context)
* [parent](#protected-parent)

### Methods

* [getOne](#getone)
* [getReceived](#getreceived)

## Properties

### `Protected` context

• **context**: [*Context*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/context)

*Inherited from void*

*Defined in* [*src/api/entities/Namespace.ts:11*](https://github.com/PolymathNetwork/polymesh-sdk/blob/da0f7fd7/src/api/entities/Namespace.ts#L11)

***

### `Protected` parent

• **parent**: *Parent*

*Inherited from void*

*Defined in* [*src/api/entities/Namespace.ts:9*](https://github.com/PolymathNetwork/polymesh-sdk/blob/da0f7fd7/src/api/entities/Namespace.ts#L9)

## Methods

### getOne

▸ **getOne**(`args`: object): *Promise‹*[*AuthorizationRequest*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/authorizationrequest)*›*

*Defined in* [*src/api/entities/common/namespaces/Authorizations.ts:65*](https://github.com/PolymathNetwork/polymesh-sdk/blob/da0f7fd7/src/api/entities/common/namespaces/Authorizations.ts#L65)

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*

| Name | Type      |
| ---- | --------- |
| `id` | BigNumber |

**Returns:** *Promise‹*[*AuthorizationRequest*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/authorizationrequest)*›*

***

### getReceived

▸ **getReceived**(`opts?`: undefined | object): *Promise‹*[*AuthorizationRequest*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/authorizationrequest)*\[]›*

*Defined in* [*src/api/entities/common/namespaces/Authorizations.ts:29*](https://github.com/PolymathNetwork/polymesh-sdk/blob/da0f7fd7/src/api/entities/common/namespaces/Authorizations.ts#L29)

Fetch all pending Authorization Requests for which this Signer is the target

**Parameters:**

| Name    | Type                |
| ------- | ------------------- |
| `opts?` | undefined \| object |

**Returns:** *Promise‹*[*AuthorizationRequest*](https://developers.polymath.network/polymesh-sdk-api-reference/v11.0.2/classes/authorizationrequest)*\[]›*
