You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: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.
The text was updated successfully, but these errors were encountered: