DeviceFlowExchangeResponse constructor

DeviceFlowExchangeResponse(
  1. String? token,
  2. String? tokenType,
  3. List<String> scopes,
  4. int interval,
)

Implementation

DeviceFlowExchangeResponse(
  this.token,
  this.tokenType,
  this.scopes,
  this.interval,
);