Can we retrieve a JWT token in Oracle Next Generation Sales?
It is working as expected in Groovy workspace. Is it possible to use the same approach in Visual Builder in retrieving the JWT Token?
def jwtToken=new oracle.apps.fnd.applcore.common.SecuredTokenBean().getTrustToken();
0