JsonWebAccessToken
The JsonWebAccessToken
class represents the json web access token as well as the metadata returned by the GoCardless API.
Properties
AccessToken
- JsonWebToken
The JWT access token returned by the GoCardless API.
AccessExpires
- int
Indicates the time in seconds after which the access token expires.
Constructor
public JsonWebAccessToken(JsonWebToken accessToken, int accessExpires)
Parameters
accessToken
- JsonWebToken
The JWT access token returned by the GoCardless API.
accessExpires
- int
Indicates the time in seconds after which the access token expires.