sec.externalSecuritySetOauthTokenType( external-security-name as String, new-oauth-token-type as String ) as null
This function updates the OAuth token type for the given external security object.
Parameters | |
---|---|
external-security-name | Name of the external security object. |
new-oauth-token-type | The new OAuth token type value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-token-type
This function must be executed against the security database.
declareUpdate(); const sec = require('MarkLogic/security'); sec.externalSecuritySetOauthTokenType('oauthconfig', 'JSON Web Tokens');