Class LinkOptions
Options for account linking operations
Namespace: Unity.Services.Authentication
Syntax
public sealed class LinkOptions
Properties
ForceLink
Option to force a link if one already exists. Using this option will remove the initial link if there is one.
Declaration
public bool ForceLink { get; set; }
Property Value
Type | Description |
---|---|
Boolean |