AccessToken constructor
AccessToken({})
Implementation
AccessToken({
required this.scope,
required this.accessToken,
required this.tokenType,
required this.appId,
required this.expiresIn,
required this.nonce,
});