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