begin Auth Session Via QR
fun beginAuthSessionViaQR(authSessionDetails: AuthSessionDetails, parentScope: CoroutineScope = steamClient.defaultScope): CompletableFuture<QrAuthSession>
Start the authentication process using QR codes.
Return
Parameters
auth Session Details
The details to use for logging on.
Throws
if the session failed to start.