webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
cricket::TurnAuthInterface Class Referenceabstract

#include <turnserver.h>

Inheritance diagram for cricket::TurnAuthInterface:
cricket::TestTurnServer cricket::TestTurnServer TurnFileAuth

Public Member Functions

virtual bool GetKey (const std::string &username, const std::string &realm, std::string *key)=0
 
virtual ~TurnAuthInterface ()=default
 
virtual bool GetKey (const std::string &username, const std::string &realm, std::string *key)=0
 
virtual ~TurnAuthInterface ()=default
 

Constructor & Destructor Documentation

◆ ~TurnAuthInterface() [1/2]

virtual cricket::TurnAuthInterface::~TurnAuthInterface ( )
virtualdefault

◆ ~TurnAuthInterface() [2/2]

virtual cricket::TurnAuthInterface::~TurnAuthInterface ( )
virtualdefault

Member Function Documentation

◆ GetKey() [1/2]

virtual bool cricket::TurnAuthInterface::GetKey ( const std::string username,
const std::string realm,
std::string key 
)
pure virtual

Implemented in TurnFileAuth.

◆ GetKey() [2/2]

virtual bool cricket::TurnAuthInterface::GetKey ( const std::string username,
const std::string realm,
std::string key 
)
pure virtual

Implemented in TurnFileAuth.


The documentation for this class was generated from the following file: