Property | Type | Description | |
---|---|---|---|
_generateConfirmationHashForTime | string | ||
_getConfirmationDetails | ConfirmationDetailsResponse | ||
_sendConfirmationAjax | bool | ||
_sendMultiConfirmationAjax | bool |
Method | Description | |
---|---|---|
AcceptConfirmation ( |
||
AcceptMultipleConfirmations ( |
||
DeactivateAuthenticator ( int scheme = 2 ) : bool | ||
DenyConfirmation ( |
||
DenyMultipleConfirmations ( |
||
FetchConfirmations ( ) : SteamAuth.Confirmation[] | ||
FetchConfirmationsAsync ( ) : Task |
||
GenerateConfirmationQueryParams ( string tag ) : string | ||
GenerateConfirmationQueryParamsAsNVC ( string tag ) : |
||
GenerateConfirmationURL ( string tag = "conf" ) : string | ||
GenerateSteamGuardCode ( ) : string | ||
GenerateSteamGuardCodeForTime ( long time ) : string | ||
GetConfirmationTradeOfferID ( |
||
RefreshSession ( ) : bool |
Refreshes the Steam session. Necessary to perform confirmations if your session has expired or changed.
|
|
RefreshSessionAsync ( ) : Task |
Refreshes the Steam session. Necessary to perform confirmations if your session has expired or changed.
|
Method | Description | |
---|---|---|
_generateConfirmationHashForTime ( long time, string tag ) : string | ||
_getConfirmationDetails ( |
||
_sendConfirmationAjax ( |
||
_sendMultiConfirmationAjax ( |
public AcceptConfirmation ( |
||
conf | ||
return | bool |
public AcceptMultipleConfirmations ( |
||
confs | ||
return | bool |
public DeactivateAuthenticator ( int scheme = 2 ) : bool | ||
scheme | int | |
return | bool |
public DenyConfirmation ( |
||
conf | ||
return | bool |
public DenyMultipleConfirmations ( |
||
confs | ||
return | bool |
public FetchConfirmations ( ) : SteamAuth.Confirmation[] | ||
return | SteamAuth.Confirmation[] |
public GenerateConfirmationQueryParams ( string tag ) : string | ||
tag | string | |
return | string |
public GenerateConfirmationQueryParamsAsNVC ( string tag ) : |
||
tag | string | |
return |
public GenerateConfirmationURL ( string tag = "conf" ) : string | ||
tag | string | |
return | string |
public GenerateSteamGuardCodeForTime ( long time ) : string | ||
time | long | |
return | string |
public GetConfirmationTradeOfferID ( |
||
conf | ||
return | long |