Contains the authentication challenge which consists in a unique identifier that relates to the operation of authenticating the user.
Static helper method that creates an instance of this event class.
This method can/shall be used whenever an event is emitted
by the runtime, or whenever an event is being listened to.
The unique authentication challenge.
The prepared event (which can be emitted).
Generated using TypeDoc
EVENTS
An event class that is attached to emitted events as a payload for events with the name
auth.open
.This class can also be used to implement the event emitter.
Parameters:
challenge
string
v0.6.0