UnlinkNintendo
method in Coherence.Cloud.PlayerAccount
Methods
public PlayerAccountOperation UnlinkNintendo(bool force = false, CancellationToken cancellationToken = default)
Removes Nintendo Services Account 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
If the player account has no other authentication methods set up besides the guest id, and a 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. |