RemoteAuthenticationDto constructor

RemoteAuthenticationDto({
  1. BasicDto? basic,
})

Returns a new RemoteAuthenticationDto instance.

Implementation

RemoteAuthenticationDto({
  this.basic,
});