UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

29 lines (21 loc) 901 B
# RecoveryIdentityAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **string** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] **id** | **string** | | [optional] [default to undefined] **updated_at** | **string** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] **value** | **string** | | [default to undefined] **via** | **string** | | [default to undefined] ## Example ```typescript import { RecoveryIdentityAddress } from '@ory/kratos-client'; const instance: RecoveryIdentityAddress = { created_at, id, updated_at, value, via, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)