fromJson

fun fromJson(jsonString: String): OathCredential

Create an OathCredential from a JSON string.

Return

An OathCredential.

Parameters

jsonString

The JSON string.

Throws

SerializationException

if the JSON is invalid.