Returns Laserfiche domain from Laserfiche jwt claims
Laserfiche JWT
const jwt : AccessTokenUtils.JWT = { header: { 'typ': 'JWT'}, payload: {'aud' : 'test_aud'}, signature: '_signature'}getDomainFromLfJWT(jwt); // 'test_aud'; Copy
const jwt : AccessTokenUtils.JWT = { header: { 'typ': 'JWT'}, payload: {'aud' : 'test_aud'}, signature: '_signature'}getDomainFromLfJWT(jwt); // 'test_aud';
Returns Laserfiche domain from Laserfiche jwt claims