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
Name | Type |
---|---|
json | any |
Returns
JwtCredentialValidationOptions
clone
▸ clone(): JwtCredentialValidationOptions
Deep clones the object.