AuthValidateResponse constructor
AuthValidateResponse({})
Implementation
AuthValidateResponse({
int? status,
String? message,
this.clientId,
this.login,
this.scopes,
this.userId,
this.expiresIn,
}) : super(message: message, status: status);