AUTH:logoff()
Gets the authentication log-off URI. This command returns a string if successful, otherwise returns Boolean false.
Syntax
AUTH:logoff()
Arguments
N/A
Events
-
HTTP_REQUEST
-
HTTP_RESPONSE
-
HTTP_DATA_REQUEST
-
HTTP_DATA_RESPONSE
-
AUTH_RESULT
Example
when AUTH_RESULT {
ret = AUTH:logoff()
if ret then
debug("------> logoff=%s.\n", ret)
else
debug("------> logoff failed.\n")
end
}
Supported Version
FortiADC version 5.2.x and later.