GuestCredentialResponse

data class GuestCredentialResponse(val username: String? = null)

Username / Password Credentials to connect to guest.

Constructors

Link copied to clipboard
constructor(username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val username: String? = null

The username to connect with the guest.