FuturaeAuthApi
A grouping of futurae SDK client-facing methods to authenticate with the supported factors.
Contains methods for
one-tap authentication and usernameless QR authentication FuturaeAuthApi.approve, FuturaeAuthApi.reject
TOTP-based authentication FuturaeAuthApi.getTOTP
synchronous token authentication FuturaeAuthApi.getNextSynchronousAuthToken
Functions
Approve an authentication session. This method is used to approve authentication sessions. The parameters of the session approval are described via the ApproveParameters entity.
Retrieve synchronous JWT authentication token. If successful, this call increments synchronous authentication counter.
Generate a 6-digit OTP that the user needs to enter in the browser when authenticating with the offline QR Code Factor.
Create the 6 digit code used in the TOTP offline authentication, for the provided user id.
Reject an authentication session. This method is used to reject authentication sessions. The parameters of the session approval are described via the RejectParameters entity.