Class: KeyBindingJWTValidationOptions
identity_wasm.KeyBindingJWTValidationOptions
Options to declare validation criteria when validating credentials.
Table of contents
Constructors
Methods
Constructors
constructor
• new KeyBindingJWTValidationOptions(options?)
Parameters
| Name | Type |
|---|---|
options? | IKeyBindingJWTValidationOptions |
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.