GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest constructor

GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest({
  1. String? idToken,
  2. String? rpId,
  3. String? samlAppEntityId,
})

Implementation

GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest({
  this.idToken,
  this.rpId,
  this.samlAppEntityId,
});