new WebAuth(options)
Handles all the browser's AuthN/AuthZ flows
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object
|
|
Methods
renderCaptcha(element, options, callbackopt)
Renders the captcha challenge in the provided element. This function can only be used in the context of a Classic Universal Login Page.
- Source:
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
element |
HTMLElement
|
The element where the captcha needs to be rendered |
||||||||||||||||||||||||||||
options |
Object
|
The configuration options for the captcha
|
||||||||||||||||||||||||||||
callback |
function
|
<optional> |
An optional completion callback |