Package version:

Interface GuestCredential

Username / Password Credentials to connect to guest.

interface GuestCredential {
    password: string;
    username: string;
}

Properties

Properties

password: string

Gets or sets the password to connect with the guest. This value contains a credential. Consider obscuring before showing to users

username: string

Gets or sets username to connect with the guest.