EchoTrio
 
Loading...
Searching...
No Matches
EchoTrio.Authentication Class Reference

Helper class to load the authentication file and retrieve API keys. More...

Collaboration diagram for EchoTrio.Authentication:
Collaboration graph

Static Public Member Functions

static bool AuthenticationFileExists ()
 
static OpenAIAuthentication GetOpenAIAuthentication ()
 
static ElevenLabsAuthentication GetElevenLabsAuthentication ()
 

Static Private Attributes

const string FileName = "Authentication.ini"
 

Detailed Description

Helper class to load the authentication file and retrieve API keys.

Definition at line 8 of file Authentication.cs.

Member Function Documentation

◆ AuthenticationFileExists()

static bool EchoTrio.Authentication.AuthenticationFileExists ( )
inlinestatic

Definition at line 11 of file Authentication.cs.

◆ GetElevenLabsAuthentication()

static ElevenLabsAuthentication EchoTrio.Authentication.GetElevenLabsAuthentication ( )
inlinestatic

Definition at line 24 of file Authentication.cs.

◆ GetOpenAIAuthentication()

static OpenAIAuthentication EchoTrio.Authentication.GetOpenAIAuthentication ( )
inlinestatic

Definition at line 15 of file Authentication.cs.

Member Data Documentation

◆ FileName

const string EchoTrio.Authentication.FileName = "Authentication.ini"
staticprivate

Definition at line 9 of file Authentication.cs.


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