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)
The Client ID you received when you registered.
The client secret of your application.
This must always be client_credentials.
Must be public; other scopes have no meaningful effect.
Generated using TypeDoc
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)