module Obsctl::OBS::Auth

Overview

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

Defined in:

obsctl/obs/auth.cr

Class Method Summary

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.


[View source]