Class: JwtPresentationOptions
identity_wasm.JwtPresentationOptions
Table of contents
Constructors
Methods
Constructors
constructor
• new JwtPresentationOptions(options?
)
Creates a new JwtPresentationOptions from the given fields.
Throws an error if any of the options are invalid.
Parameters
Name | Type |
---|---|
options? | IJwtPresentationOptions |
Methods
toJSON
▸ toJSON(): any
Serializes this to a JSON object.
Returns
any
fromJSON
▸ Static
fromJSON(json
): JwtPresentationOptions
Deserializes an instance from a JSON object.
Parameters
Name | Type |
---|---|
json | any |
Returns
clone
▸ clone(): JwtPresentationOptions
Deep clones the object.