Creates an instance of LocalResponse.
Private
filePrivate
Readonly
inputReturns the dictionary representation of the file.
A JSON-like object.
Returns the HMAC signature of the local response, from the secret key provided.
The HMAC signature of the local response.
Secret key, either a string or a byte/byte array.
Checks if the HMAC signature of the local response is valid.
True if the HMAC signature is valid.
Secret key, either a string or a byte/byte array.
The signature to be compared with.
Generated using TypeDoc
Local response loaded from a file. Note: Has to be initialized through init() before use.