Table of Contents

LoginWithSteam

Methods
Task<LoginResult> LoginWithSteam(string ticket, string identity = null, CancellationToken cancellationToken = default)

Login to coherence Cloud using a Steam account.

Parameters
Type Name Description
string ticket

Steam ticket for the account.

string identity

(Optional) The identifier string that was passed as a parameter to the GetAuthTicketForWebApi method of the Steamworks Web API when the ticket was created.

CancellationToken cancellationToken

Used to cancel the operation.

Returns
Type Description
Task<LoginResult>

The status of the asynchronous login operation.

Remarks

'Steam Auth Enabled' must be ticked in Project Settings on your Online Dashboard for this authentication method to be usable.