type: object
properties:
  client_id:
    description: 'Required – `client_id` from identity provider credentials'
    type: string
    example: 'REPLACE_WITH_YOUR_CLIENT_ID'
  client_secret:
    description: 'Required – `client_secret` from identity provider credentials'
    type: string
    example: 'REPLACE_WITH_YOUR_CLIENT_SECRET'
  grant_type:
    description: 'Defaults to `client_credentials` as the only currently supported method'
    type: string
    example: 'client_credentials'