checkAuthToken

open fun checkAuthToken(@NonNull apiKey: String, @NonNull listener: OnResultReadyListener)

Check if the AuthToken set works for the given API key.

Parameters

apiKey

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.