WavelynxSignatureResponse

Represents the response containing authentication and refresh tokens for Wavelynx API access

Overview of WavelynxSignatureResponse goes here.

WavelynxSignatureResponse Properties

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

JSON Structure of WavelynxSignatureResponse

{
   "AuthToken"	:	"String",
   "RefreshToken"	:	"String"
}