Class: KeyBindingJWTValidationOptions
identity_wasm.KeyBindingJWTValidationOptions
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
): KeyBindingJWTValidationOptions
Deserializes an instance from a JSON object.
Parameters
Name | Type |
---|---|
json | any |
Returns
KeyBindingJWTValidationOptions
clone
▸ clone(): KeyBindingJWTValidationOptions
Deep clones the object.