AUTH_SUCCESS

Description

Note: Deprecated in 9.4. It will still work, but is being phased out. Use AUTH_RESULT instead in 9.4 and up.
Triggered when a successful authorization has completed all of the required authentication services.

Examples

when AUTH_SUCCESS {
  set authorized 1
}