beginAuthSessionViaQR

fun beginAuthSessionViaQR(authSessionDetails: AuthSessionDetails, parentScope: CoroutineScope = steamClient.defaultScope): CompletableFuture<QrAuthSession>

Start the authentication process using QR codes.

Return

QrAuthSession

Parameters

authSessionDetails

The details to use for logging on.

Throws

if the session failed to start.