Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientCredentialsOptions

Option for requesting a Client Credentials token.

Hierarchy

  • ClientCredentialsOptions

Index

Properties

clientId

clientId: string

The Client ID

clientSecret

clientSecret: string

The Client Secret. Sensitive data, should be set via an environment variable and only used server side.

identityUrl

identityUrl: string

The url of the identity server. e.g. https://prod-platform-identity.doctorlink.engineering/

Optional logging

logging: undefined | false | true

If true, logging will be enabled