Is Authorization Successful
//trimble-id/com.trimble.id/AuthorizationCodeGrantTokenProvider/isAuthorizationSuccessful
isAuthorizationSuccessful
[JVM]
open fun isAuthorizationSuccessful(queryString: String): CompletableFuture<Boolean>
Checks if the authorization was successful
Return
A completable future that contains the status of the authorization
Parameters
JVM
| queryString | The query string |