Table of Contents

UnlinkGuest

Methods
public PlayerAccountOperation UnlinkGuest(bool force = false, CancellationToken cancellationToken = default)

Removes guest authentication from the current player account.

Parameters
Type Name Description
bool force

If the player account has no other authentication methods set up besides the guest id, and a force value of false is passed, then an error will be returned.

If the player account has no other authentication methods set up besides the guest id, and a force value of true is passed, then the guest id will still be unlinked from the other player account.

WARNING: If the guest id is unlinked from another player account, and that other player account has no other authentication methods set up, then access to this player account can be lost.

CancellationToken cancellationToken

Can be used to cancel the operation.

Returns
Type Description
PlayerAccountOperation

Result of the operation.