# Authorizations

Handles all Authorization related functionality

## Type parameters

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

## Hierarchy

* Namespace‹Parent›

  ↳ **Authorizations**

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

## Index

### Properties

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

### Methods

* [getReceived](#getreceived)

## Properties

### `Protected` context

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

*Inherited from void*

*Defined in* [*src/api/entities/Namespace.ts:11*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/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/bf2b7a12/src/api/entities/Namespace.ts#L9)

## Methods

### getReceived

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

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

Fetch all pending authorization requests for which this identity is the target

**Parameters:**

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

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