Package-level declarations

Types

Link copied to clipboard
interface TokenProvider

Provides a token used to authenticate the user with Stream Chat API. The SDK doesn't refresh the token internally and will call loadToken function once the previous one has expired.

Link copied to clipboard
class TokenRepository(token: String = EMPTY_TOKEN)