DeviceData(@JsonProperty(value="uuid") String uuid, @JsonProperty(value="token") String pushToken, @JsonProperty(value="type") String type, @JsonProperty(value="platform") String platform, @JsonProperty(value="name") String name, @JsonProperty(value="os_name") String osName, @JsonProperty(value="os_version") String osVersion, @JsonProperty(value="custom_data") Map< String, String > customData) | org.xdi.oxauth.model.fido.u2f.protocol.DeviceData | inline |