How to get authentication header token value in ORDS apex class

210 Views Asked by At

I want to get the value of authentication header in apex class to validate it in my pl sql code but not able to find the way out. Can anyone help on this please?

Regards

1

There are 1 best solutions below

1
Uthaman On

Sachin, You can try using OAUTH.CREATE_CLIENT inbuild package., Please refer below url you will get some idea.

https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/20.3/aelig/installing-REST-data-services.html