AccessToken constructor

AccessToken(
  1. String? token
)

Constructor to initialize the AccessToken with the provided token.

Implementation

AccessToken(this.token);