TokenCompletion

typealias TokenCompletion = (token: String?) -> Unit

Callback for when a token is available.

A null token means that the user does not have access to the content.