[@okta/okta-auth-js/myaccount](../README.md) / [Exports](../modules.md) / ProfileSchemaTransaction

# Class: ProfileSchemaTransaction

## Hierarchy

- [`BaseTransaction`](BaseTransaction.md)

  ↳ **`ProfileSchemaTransaction`**

## Table of contents

### Constructors

- [constructor](ProfileSchemaTransaction.md#constructor)

### Properties

- [headers](ProfileSchemaTransaction.md#headers)
- [properties](ProfileSchemaTransaction.md#properties)

## Constructors

### constructor

• **new ProfileSchemaTransaction**(`oktaAuth`, `options`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `oktaAuth` | `any` |
| `options` | `any` |

#### Overrides

[BaseTransaction](BaseTransaction.md).[constructor](BaseTransaction.md#constructor)

#### Defined in

[myaccount/transactions/ProfileSchemaTransaction.ts:6](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileSchemaTransaction.ts#L6)

## Properties

### headers

• `Optional` **headers**: `Record`<`string`, `string`\>

#### Inherited from

[BaseTransaction](BaseTransaction.md).[headers](BaseTransaction.md#headers)

#### Defined in

[myaccount/transactions/Base.ts:15](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/Base.ts#L15)

___

### properties

• **properties**: `Record`<`string`, `object`\>

#### Defined in

[myaccount/transactions/ProfileSchemaTransaction.ts:4](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileSchemaTransaction.ts#L4)
