Click or drag to resize

DuoWeb Methods

The DuoWeb type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSignRequest
Generate a signed request for Duo authentication. The returned value should be passed into the Duo.init() call in the rendered web page used for Duo authentication.
Public methodStatic memberVerifyResponse
Validate the signed response returned from Duo. Returns the username of the authenticated user, or null.
Top
See Also