AuthenticateResponseCli.fromResponse constructor

AuthenticateResponseCli.fromResponse(
  1. InternalAsklessResponseEntity asklessResponse
)

Implementation

factory AuthenticateResponseCli.fromResponse(InternalAsklessResponseEntity asklessResponse) {
  return AuthenticateResponseCli(asklessResponse.output, asklessResponse.error, asklessResponse.clientRequestId, asklessResponse.serverId);
}