Skip to main content
Version: 1.5

Class: JwtCredentialValidationOptions

identity_wasm.JwtCredentialValidationOptions

Options to declare validation criteria when validating credentials.

Table of contents

Methods

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

NameType
jsonany

Returns

JwtCredentialValidationOptions


clone

clone(): JwtCredentialValidationOptions

Deep clones the object.

Returns

JwtCredentialValidationOptions