beginAuthSessionViaCredentials

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

Start the authentication process by providing username and password.

Return

CredentialsAuthSession

Parameters

authSessionDetails

The details to use for logging on.