bigbone icon indicating copy to clipboard operation
bigbone copied to clipboard

Enhance samples regarding their use of scopes

Open bocops opened this issue 7 months ago • 0 comments

Enhance samples that use the Scope class to showcase requesting less than "full" scope - instead, give samples that for example just request read access, or specific child scopes of write access. This affects the following existing samples in both Java and Kotlin:

  • Authenticator
  • GetAppRegistration
  • OAuthGetAccessToken

In each of the other samples, add a comment about the minimum scope the given access token needs to have for the sample to run successfully.

This should be done after #382 has been merged.

bocops avatar Dec 10 '23 13:12 bocops