GoogleIdentityStsV1IntrospectTokenRequest constructor

GoogleIdentityStsV1IntrospectTokenRequest({
  1. String? token,
  2. String? tokenTypeHint,
})

Implementation

GoogleIdentityStsV1IntrospectTokenRequest({
  this.token,
  this.tokenTypeHint,
});