check Auth Token
open fun checkAuthToken(@NonNull apiKey: String, @NonNull listener: OnResultReadyListener)
Content copied to clipboard
Check if the AuthToken set works for the given API key.
Parameters
api Key
the api key to check the Authtoken on
listener
A listener to return the result of the check. Returns error if the auth token is not valid.