Class: JwtCredentialValidationOptions
identity_wasm.JwtCredentialValidationOptions
Options to declare validation criteria when validating credentials.
Table of contents
Constructors
Methods
Constructors
constructor
• new JwtCredentialValidationOptions(options?)
Parameters
| Name | Type |
|---|---|
options? | IJwtCredentialValidationOptions |
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
| Name | Type |
|---|---|
json | any |
Returns
JwtCredentialValidationOptions
clone
▸ clone(): JwtCredentialValidationOptions
Deep clones the object.