5.6 GET_AUTHENTICATION_SCHEME Function
This function retrieves the authentication scheme of an application.
Syntax
APEX_APPLICATION_ADMIN.GET_AUTHENTICATION_SCHEME (
p_application_id IN NUMBER )
RETURN VARCHAR2;Parameters
| Parameter | Description |
|---|---|
p_application_id |
The application ID. |
Example
The following example prints the authentication scheme override.
select apex_application_admin.get_authentication_scheme(100) from sys.dualSee Also:
SET_AUTHENTICATION_SCHEME ProcedureParent topic: APEX_APPLICATION_ADMIN