dispose

abstract fun dispose()

Disposes state that will not normally be handled by garbage collection. This should be called when the auth client is no longer required, including when any owning activity is paused or destroyed (i.e. in Activity.onStop).