RemoteAuthenticationDto constructor
RemoteAuthenticationDto({
- BasicDto? basic,
Returns a new RemoteAuthenticationDto instance.
Implementation
RemoteAuthenticationDto({
this.basic,
});
Returns a new RemoteAuthenticationDto instance.
RemoteAuthenticationDto({
this.basic,
});