Loading TOC...

sec:external-security-set-oauth-client-secret

sec:external-security-set-oauth-client-secret(
   $external-security-name as xs:string,
   $new-oauth-client-secret as xs:string
) as empty-sequence()

Summary

This function updates the OAuth client secret for the given external security object.

Parameters
external-security-name Name of the external security object.
new-oauth-client-secret The new OAuth client secret value.

Required Privileges

http://marklogic.com/xdmp/privileges/external-security-set-oauth-client-secret

Usage Notes

This function must be executed against the security database.

Example



xquery version "1.0-ml";
import module namespace sec = "http://marklogic.com/xdmp/security" at "/MarkLogic/security.xqy";

sec:external-security-set-oauth-client-secret("oauthconfig", "AZsNLozl2WlB3nAmQV3Y79BMvyFz6FeJt4oQfgAPvdhIJMzev32kRpCIrEAv0nHZ");

    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.