With State
//trimble-id/com.trimble.id/AuthorizationCodeGrantTokenProvider/withState
withState
[JVM]
open fun withState(state: String): AuthorizationCodeGrantTokenProvider
Fluent extension to add state to the token provider
Return
The token provider with the state added
Parameters
JVM
| state | The state |