begin Auth Session Via Credentials
fun beginAuthSessionViaCredentials(authSessionDetails: AuthSessionDetails, parentScope: CoroutineScope = steamClient.defaultScope): CompletableFuture<CredentialsAuthSession>
Start the authentication process by providing username and password.
Return
Parameters
auth Session Details
The details to use for logging on.