Preview

ConsumerDetailInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

ConsumerDetailInput

Input for an external source's consumer detail

This page contains

    Fields

    tokenEndPoint String

    Token end point to get oauth2 token

    type AuthorizationType! PREVIEW

    Authorization type to identify which authorization type should be used to call the external source end point

    clientId String

    Client id for authorization if AuthorizationType is OAUTH2

    clientSecret String

    Client secret for authorization if AuthorizationType is OAUTH2

    scope String

    Authorization scope to call external source end point