Interface ClientCredentialsGrant

The client credential flow provides a way for developers to get access tokens that do not have associated user permissions; as such, these tokens are considered as guest users.

(Source)

Hierarchy

  • ClientCredentialsGrant

Properties

client_id: number

The Client ID you received when you registered.

client_secret: string

The client secret of your application.

grant_type: string

This must always be client_credentials.

scope: string

Must be public; other scopes have no meaningful effect.

Generated using TypeDoc