Token constructor
Token({
- String? accessToken,
Access token enabling to securely call protected APIs on behalf of the user.
Implementation
Token({this.accessToken});
Access token enabling to securely call protected APIs on behalf of the user.
Token({this.accessToken});