module

Obsctl::OBS::Auth

Implements the obs-websocket 5.x challenge authentication hash.

Class methods

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.

Source