Skip to main content

Comments

2 comments

  • Official comment
    Mehrtash G

    Hi Harvey,

    Please refer to the Swagger page at:

    http://localhost:8080/composer/swagger-ui/index.html?configUrl=/composer/api-docs/swagger-config#/trusted-access-client

    (make sure to change localhost:8080 section according to your environment where Composer is installed)

  • Blake

    This might be a better fit in the Composer forum, but I'll try to help.

    Wouldn't it look just like what is returned in the GET presumably?
    https://devnet.logianalytics.com/hc/en-us/articles/4405859468951-Trusted-Access-Client-Properties

    Creates a Trusted Access client. The request must specify the number of seconds for which the access token is valid and the client name. The client name must be unique. When you create the client, the client ID, client secret, secret expiration time, and the token authentication method are automatically generated.

    So to me, this sounds like
    client_name and access_token_validity_seconds

    1

Please sign in to leave a comment.