With Client Secret
//trimble-id/com.trimble.id/AuthorizationCodeGrantTokenProvider/withClientSecret
withClientSecret
[JVM]
open fun withClientSecret(clientSecret: String): AuthorizationCodeGrantTokenProvider
Fluent extension to add client secret to the token provider
Return
The token provider with the client secret added
Parameters
JVM
| clientSecret | The client secret of the application |