Skip to main content

MSCHAPv2Response

A MSCHAPv2Response specifies the values included in an MSCHAPv2 encoded authentication response.

Properties

NameTypeDescriptionNotes
challengebytearray
identifierintThe MSCHAPv2 identifier.
peer_challengebytearray
responsebytearray
user_idstrThe MSCHAPv2 userId. This must be the exact same value used to calculate the MSCHAPv2 response. It will normally be the same as the userId value passed to the authentication method but allows for differences between the two values. For example, an alias may have been passed to the authentication method but the actual userid was used to calculate the MSCHAPv2 response.

Example