UNPKG

@okta-dfuhriman/okta-auth-js

Version:
88 lines (47 loc) 1.96 kB
[@okta/okta-auth-js/myaccount](../README.md) / [Exports](../modules.md) / ProfileTransaction # Class: ProfileTransaction ## Hierarchy - [`BaseTransaction`](BaseTransaction.md) ↳ **`ProfileTransaction`** ## Table of contents ### Constructors - [constructor](ProfileTransaction.md#constructor) ### Properties - [createdAt](ProfileTransaction.md#createdat) - [headers](ProfileTransaction.md#headers) - [modifiedAt](ProfileTransaction.md#modifiedat) - [profile](ProfileTransaction.md#profile) ## Constructors ### constructor • **new ProfileTransaction**(`oktaAuth`, `options`) #### Parameters | Name | Type | | :------ | :------ | | `oktaAuth` | `any` | | `options` | `any` | #### Overrides [BaseTransaction](BaseTransaction.md).[constructor](BaseTransaction.md#constructor) #### Defined in [myaccount/transactions/ProfileTransaction.ts:8](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileTransaction.ts#L8) ## Properties ### createdAt • **createdAt**: `string` #### Defined in [myaccount/transactions/ProfileTransaction.ts:4](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileTransaction.ts#L4) ___ ### 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) ___ ### modifiedAt • **modifiedAt**: `string` #### Defined in [myaccount/transactions/ProfileTransaction.ts:5](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileTransaction.ts#L5) ___ ### profile • **profile**: `Record`<`string`, `string`\> #### Defined in [myaccount/transactions/ProfileTransaction.ts:6](https://github.com/okta/okta-auth-js/blob/master/lib/myaccount/transactions/ProfileTransaction.ts#L6)