AccessTokenInfo constructor

AccessTokenInfo(
  1. int appId,
  2. int? id,
  3. int expiresIn
)

Implementation

AccessTokenInfo(this.appId, this.id, this.expiresIn);