# IdentityCredentialsCodeAddress


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **string** | The address for this code | [optional] [default to undefined]
**channel** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { IdentityCredentialsCodeAddress } from '@ory/kratos-client';

const instance: IdentityCredentialsCodeAddress = {
    address,
    channel,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
