-
Notifications
You must be signed in to change notification settings - Fork 2.3k
ApiGen_authentication
thc202 edited this page Aug 17, 2019
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
getSupportedAuthenticationMethods | view | Gets the name of the authentication methods. | |
getAuthenticationMethodConfigParams | view | authMethodName* | Gets the configuration parameters for the authentication method with the given name. |
getAuthenticationMethod | view | contextId* | Gets the name of the authentication method for the context with the given ID. |
getLoggedInIndicator | view | contextId* | Gets the logged in indicator for the context with the given ID. |
getLoggedOutIndicator | view | contextId* | Gets the logged out indicator for the context with the given ID. |
setAuthenticationMethod | action | contextId* authMethodName* authMethodConfigParams | Sets the authentication method for the context with the given ID. |
setLoggedInIndicator | action | contextId* loggedInIndicatorRegex* | Sets the logged in indicator for the context with the given ID. |
setLoggedOutIndicator | action | contextId* loggedOutIndicatorRegex* | Sets the logged out indicator for the context with the given ID. |
Starred parameters are mandatory
Back to index