GoogleIdentityStsV1IntrospectTokenResponse constructor

GoogleIdentityStsV1IntrospectTokenResponse({
  1. bool? active,
  2. String? clientId,
  3. String? exp,
  4. String? iat,
  5. String? iss,
  6. String? scope,
  7. String? sub,
  8. String? username,
})

Implementation

GoogleIdentityStsV1IntrospectTokenResponse({
  this.active,
  this.clientId,
  this.exp,
  this.iat,
  this.iss,
  this.scope,
  this.sub,
  this.username,
});