Class: JwpVerificationOptions
identity_wasm.JwpVerificationOptions
Table of contents
Methods
Methods
toJSON
▸ toJSON(): Object
- Return copy of self without private attributes.
Returns
Object
▸ toJSON(): any
Serializes this to a JSON object.
Returns
any
toString
▸ toString(): string
Return stringified version of self.
Returns
string
clone
▸ clone(): JwpVerificationOptions
Deep clones the object.
Returns
fromJSON
▸ Static
fromJSON(json
): JwpVerificationOptions
Deserializes an instance from a JSON object.
Parameters
Name | Type |
---|---|
json | any |
Returns
new
▸ Static
new(opts?
): JwpVerificationOptions
Parameters
Name | Type |
---|---|
opts? | IJwpVerificationOptions |