blob: af0f44b814c986152baf409d4eb73aa5c4025dcc [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.baku.toolkit.blessings;
import lombok.Value;
import lombok.experimental.Accessors;
@Value
@Accessors(prefix = "m")
public class ClientUser {
String mClientId, mUsername;
}