RefreshRuntimeTokenInternalResponse constructor

RefreshRuntimeTokenInternalResponse({
  1. String? accessToken,
  2. String? expireTime,
})

Implementation

RefreshRuntimeTokenInternalResponse({this.accessToken, this.expireTime});