fromJson

fun fromJson(jsonString: String): OathCodeInfo

Create an OathCodeInfo from a JSON string.

Return

An OathCodeInfo.

Parameters

jsonString

The JSON string.

Throws

SerializationException

if the JSON is invalid.