C# 클래스 ArchiSteamFarm.MobileAuthenticator

파일 보기 프로젝트 열기: JustArchi/ArchiSteamFarm 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CorrectDeviceID void
GenerateConfirmationKey string
GenerateToken Task
GenerateTokenForTime string
GetConfirmationDetails Task
GetConfirmations Task>
GetSteamTime Task
HandleConfirmations Task
Init void
MobileAuthenticator System

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
CorrectDeviceID ( string deviceID ) : void
GenerateConfirmationKey ( uint time, string tag = null ) : string
GenerateToken ( ) : Task
GenerateTokenForTime ( uint time ) : string
GetConfirmationDetails ( Confirmation confirmation ) : Task
GetConfirmations ( ) : Task>
GetSteamTime ( ) : Task
HandleConfirmations ( HashSet confirmations, bool accept ) : Task
Init ( ArchiSteamFarm.Bot bot ) : void
MobileAuthenticator ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void