EndUserAuthenticationNotifyEndpointDestinationEndPoint constructor

EndUserAuthenticationNotifyEndpointDestinationEndPoint({
  1. String? endpointUri,
  2. List<EndUserAuthenticationNotifyEndpointDestinationEndPointHeader>? headers,
})

Implementation

EndUserAuthenticationNotifyEndpointDestinationEndPoint({
  this.endpointUri,
  this.headers,
});