Credential

data class Credential

The Credentials class gathers authentication information required for connecting and subscribing to a stream.

Properties

Link copied to clipboard

The account identifier.

Link copied to clipboard

The URL of the API endpoint that the SDK communicates with for authentication.

Link copied to clipboard

The name of the stream to subscribe to.

Link copied to clipboard
val token: String? = null

The subscribing token.