GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse constructor

GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse({
  1. String? acsEndpoint,
  2. String? email,
  3. String? firstName,
  4. bool? isNewUser,
  5. String? lastName,
  6. String? relayState,
  7. String? samlResponse,
})

Implementation

GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse({
  this.acsEndpoint,
  this.email,
  this.firstName,
  this.isNewUser,
  this.lastName,
  this.relayState,
  this.samlResponse,
});