ExchangeResponse constructor

ExchangeResponse(
  1. String? token,
  2. String? tokenType,
  3. List<String> scopes
)

Implementation

ExchangeResponse(this.token, this.tokenType, this.scopes);