sec:external-security-set-oauth-client-id( $external-security-name as xs:string, $new-oauth-client-id as xs:string ) as empty-sequence()
This function updates the OAuth client-id for the given external security object.
Parameters | |
---|---|
external-security-name | Name of the external security object. |
new-oauth-client-id | The new OAuth client-id value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-client-id
This function must be executed against the security database.
xquery version "1.0-ml"; import module namespace sec = "http://marklogic.com/xdmp/security" at "/MarkLogic/security.xqy"; sec:external-security-set-oauth-client-id("oauthconfig", "cluster");
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.