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