JwtCredentialValidationOptions
@iota/identity-wasm API documentation
Class: JwtCredentialValidationOptions
Options to declare validation criteria when validating credentials.
Methods
toJSON()
toJSON():
any
Serializes this to a JSON object.
Returns
any
fromJSON()
static
fromJSON(json
):JwtCredentialValidationOptions
Deserializes an instance from a JSON object.
Parameters
json
any
Returns
JwtCredentialValidationOptions
clone()
clone():
JwtCredentialValidationOptions
Deep clones the object.