# SipCredentials


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **string** | The username for the SIP connection. | [optional] [default to undefined]
**password** | **string** | The password for the SIP connection. | [optional] [default to undefined]

## Example

```typescript
import { SipCredentials } from 'bandwidth-sdk';

const instance: SipCredentials = {
    username,
    password,
};
```

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