Determine if the current user is a OneBlink App User for a OneBlink Forms
App. Returns false if the current user is not logged in or not authorised
for the given SAML groups.
Example
constisAuthorised = awaitauthService.isAuthorised({ formsAppId:1, samlGroups: ['group1', 'group2'], }) if (!isAuthorised) { // handle unauthorised user }
Determine if the current user is a OneBlink App User for a OneBlink Forms App. Returns
falseif the current user is not logged in or not authorised for the given SAML groups.Example