GoogleCloudIdentitytoolkitV2RevokeTokenRequest constructor

GoogleCloudIdentitytoolkitV2RevokeTokenRequest({
  1. String? idToken,
  2. String? providerId,
  3. String? redirectUri,
  4. String? tenantId,
  5. String? token,
  6. String? tokenType,
})

Implementation

GoogleCloudIdentitytoolkitV2RevokeTokenRequest({
  this.idToken,
  this.providerId,
  this.redirectUri,
  this.tenantId,
  this.token,
  this.tokenType,
});