Represents the response containing authentication and refresh tokens for Wavelynx API access
Overview of WavelynxSignatureResponse goes here.
WavelynxSignatureResponse
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AuthToken | String | WavelynxSignatureResponse | Gets or sets the authentication token for API access |
| RefreshToken | String | WavelynxSignatureResponse | Gets or sets the refresh token used to obtain new authentication tokens |
{
"AuthToken" : "String",
"RefreshToken" : "String"
}