With Scopes
//trimble-id/com.trimble.id/AuthorizationCodeGrantTokenProvider/withScopes
withScopes
[JVM]
open fun withScopes(scopes: Array<String>): AuthorizationCodeGrantTokenProvider
Fluent extension to add scopes to the token provider
Return
The token provider with the scopes added
Parameters
JVM
| scopes | The scopes of the application |