Protected configurationOptional initOverrides: RequestInitCreate a virtual TOTP device for a given secret key. This is usually present as an alternative login option when pairing OTP devices. Create a TOTP device from an base32 secret key
Optional initOverrides: RequestInitCreate a virtual TOTP device for custom options specifying all parameters of the TOTP device. Create a TOTP device from custom options
Optional initOverrides: RequestInitCreate a virtual TOTP device for custom options specifying all parameters of the TOTP device. Create a TOTP device from custom options
Optional initOverrides: RequestInitCreate a virtual TOTP device for a given OTP Auth URL such as otpauth://totp/MyApp:alice@example.com?secret=ABC123&issuer=MyApp&period=30&digits=6&algorithm=SHA1. You can provider overrides in the options for each component of the URL. Create a TOTP device from an OTP Auth URL
Optional initOverrides: RequestInitCreate a virtual TOTP device for a given OTP Auth URL such as otpauth://totp/MyApp:alice@example.com?secret=ABC123&issuer=MyApp&period=30&digits=6&algorithm=SHA1. You can provider overrides in the options for each component of the URL. Create a TOTP device from an OTP Auth URL
Optional initOverrides: RequestInitGet Time-Based One-Time Password (TOTP) device by its ID. Get a TOTP device by ID
Optional initOverrides: RequestInitGet Time-Based One-Time Password (TOTP) device by its username and issuer mapping. Get a TOTP device by username, issuer, or name. Returns empty if not found.
Optional initOverrides: RequestInitGet Time-Based One-Time Password (TOTP) device by its username and issuer mapping. Get a TOTP device by username, issuer, or name. Returns empty if not found.
Optional initOverrides: RequestInitGet Time-Based One-Time Password for a device by its ID. Get a TOTP device code by device ID
Optional initOverrides: RequestInitGet Time-Based One-Time Password for a device by its ID. Get a TOTP device code by device ID
Optional initOverrides: RequestInitGet Time-Based One-Time Password (TOTP) device by its ID. Get a TOTP device by ID
Optional initOverrides: RequestInitProtected requestOptional initOverrides: RequestInitRest ...middlewares: Middleware[]Rest ...postMiddlewares: ((context: ResponseContext) => Promise<void | Response>)[]Rest ...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]
Create a virtual TOTP device for a given secret key. This is usually present as an alternative login option when pairing OTP devices. Create a TOTP device from an base32 secret key