Click or drag to resize

DuoWeb Class

Inheritance Hierarchy
SystemObject
  FileHold.UserRoleManager.CodeDuoWeb

Namespace:  FileHold.UserRoleManager.Code
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public static class DuoWeb

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
Fields
See Also