4.11 GET_AUTHENTICATION_SCHEME Function
Use this function to retrieve the authentication scheme name that should override the default.
Syntax
function GET_AUTHENTICATION_SCHEME(
      return VARCHAR2 );Example
Print the authentication scheme override.
select apex_application_install.get_authentication_scheme from
    sys.dual;
See Also:
Parent topic: APEX_APPLICATION_INSTALL