fetchJWT

fetchJWT(): String;

The fetchJWT method of the JadeRestService class returns the bearer token from the incoming REST request if it is specified in the Authorization: Bearer HTTP header; otherwise it returns null.

2020.0.01 and higher