ChapSettings interface

The Challenge-Handshake Authentication Protocol (CHAP) settings.

Properties

initiatorSecret

The CHAP initiator secret.

initiatorUser

The CHAP initiator user.

targetSecret

The target secret.

targetUser

The CHAP target user.

Property Details

initiatorSecret

The CHAP initiator secret.

initiatorSecret?: AsymmetricEncryptedSecret

Property Value

initiatorUser

The CHAP initiator user.

initiatorUser?: string

Property Value

string

targetSecret

The target secret.

targetSecret?: AsymmetricEncryptedSecret

Property Value

targetUser

The CHAP target user.

targetUser?: string

Property Value

string