ChapSettings interface
The Challenge-Handshake Authentication Protocol (CHAP) settings.
Properties
initiator |
The CHAP initiator secret. |
initiator |
The CHAP initiator user. |
target |
The target secret. |
target |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript