sendSteamGuardCode

fun sendSteamGuardCode(code: String?, codeType: SteammessagesAuthSteamclient.EAuthSessionGuardType?, parentScope: CoroutineScope = defaultScope): CompletableFuture<Unit>

Send Steam Guard code for this authentication session.

Parameters

code

The code.

codeType

Type of code.

Throws