This class represents the OAuth2 access token used for authentication with the MTN MOMO API.
The access token string used to authenticate API requests.
The duration in seconds for which the access token is valid.
The token used to obtain a new access token when the current one expires.
The duration in seconds for which the refresh token is valid.
The scope of access granted by the token.
The type of the token (e.g., Bearer).