MqttContext

Specifies the MQTT context to use for the test authorizer request

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the clientId key in an MQTT authorization request.

Link copied to clipboard

The value of the password key in an MQTT authorization request.

Link copied to clipboard

The value of the username key in an MQTT authorization request.

Functions

Link copied to clipboard
inline fun copy(block: MqttContext.Builder.() -> Unit = {}): MqttContext
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String