module
Obsctl::OBS::Auth
Overview
Implements the obs-websocket 5.x challenge authentication hash.
Defined in:
obsctl/obs/auth.crClass Method Summary
-
.authentication(password : String, salt : String, challenge : String) : String
Returns the authentication response for the given password, salt, and challenge.
Class Method Detail
def self.authentication(password : String, salt : String, challenge : String) : String
#
Returns the authentication response for the given password, salt, and challenge. Callers must not log the returned value.