AccessTokenDetails
A generic representation of an error for the ReadyRemit SDK.
Properties of the AccessTokenDetails class
| Property | Required | Type | Description |
|---|---|---|---|
| accessToken | Yes | String | The access token value. |
| expiresIn | Yes | Int | Value, measured in seconds, for the availability of the token. |
| scope | Yes | String | System scope where the token is valid. |
| tokenType | Yes | String | Type of the access token. |
Updated 8 days ago
