AuthenticateResponseCli constructor

AuthenticateResponseCli(
  1. dynamic output,
  2. AsklessError? error,
  3. String clientRequestId,
  4. String? serverId,
)

Implementation

AuthenticateResponseCli (
    dynamic output,
    AsklessError? error,
    String clientRequestId,
    String? serverId
) : super(clientRequestId: clientRequestId, serverId: serverId, error: error, output: output);