8.11 GET_AUTHENTICATION_SCHEME Function
Use this function to retrieve the authentication scheme name that should override the default.
Syntax
APEX_APPLICATION_INSTALL.GET_AUTHENTICATION_SCHEME
RETURN VARCHAR2
Example
Print the authentication scheme override.
select apex_application_install.get_authentication_scheme
from sys.dual;
See Also:
SET_AUTHENTICATION_SCHEME ProcedureParent topic: APEX_APPLICATION_INSTALL