Token constructor

Token({
  1. String? accessToken,
})

Access token enabling to securely call protected APIs on behalf of the user.

Implementation

Token({this.accessToken});