With Code Challenge
//trimble-id/com.trimble.id/AuthorizationCodeGrantTokenProvider/withCodeChallenge
withCodeChallenge
[JVM]
open fun withCodeChallenge(codeChallenge: String): AuthorizationCodeGrantTokenProvider
Fluent extension to add code challenge to the token provider
Return
The token provider with the code challenge added
Parameters
JVM
| codeChallenge | The code challenge |