Свойство | Тип | Описание | |
---|---|---|---|
UpdateFomrResponse | void |
Метод | Описание | |
---|---|---|
Authenticate ( string email, string password, bool twitchEnabled = true ) : bool | ||
AuthenticateAsync ( string email, string password, bool twitchEnabled = true, |
||
Clear ( ) : void | ||
DebuggableYggdrasilClient ( System.Guid clientToken ) : System | ||
DebuggableYggdrasilClient ( string authServer = null ) : System | ||
DebuggableYggdrasilClient ( string authServer, System.Guid clientToken ) : System | ||
Refresh ( System.Guid accessToken, bool twitchEnabled = true ) : bool | ||
Refresh ( bool twitchEnabled = true ) : bool |
Метод | Описание | |
---|---|---|
UpdateFomrResponse ( KMCCC.Modules.Yggdrasil.AuthenticationResponse response ) : void |
public Authenticate ( string email, string password, bool twitchEnabled = true ) : bool | ||
string | ||
password | string | |
twitchEnabled | bool | |
Результат | bool |
public AuthenticateAsync ( string email, string password, bool twitchEnabled = true, |
||
string | ||
password | string | |
twitchEnabled | bool | |
token | ||
Результат | Task |
public DebuggableYggdrasilClient ( System.Guid clientToken ) : System | ||
clientToken | System.Guid | |
Результат | System |
public DebuggableYggdrasilClient ( string authServer = null ) : System | ||
authServer | string | |
Результат | System |
public DebuggableYggdrasilClient ( string authServer, System.Guid clientToken ) : System | ||
authServer | string | |
clientToken | System.Guid | |
Результат | System |
public Refresh ( System.Guid accessToken, bool twitchEnabled = true ) : bool | ||
accessToken | System.Guid | |
twitchEnabled | bool | |
Результат | bool |
public Refresh ( bool twitchEnabled = true ) : bool | ||
twitchEnabled | bool | |
Результат | bool |