Class PlayerAuthListProjectUserResponseExternalId
Represents a Player provided by an External Provider
Inherited Members
Namespace: Unity.Services.Apis.Admin.PlayerAuthentication
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "player-auth.ListProjectUserResponseExternalId")]
[Preserve]
public class PlayerAuthListProjectUserResponseExternalId
Constructors
PlayerAuthListProjectUserResponseExternalId(string)
Initializes a new instance of the PlayerAuthListProjectUserResponseExternalId class.
Declaration
[Preserve]
public PlayerAuthListProjectUserResponseExternalId(string providerId = null)
Parameters
Type | Name | Description |
---|---|---|
string | providerId | The provider Id within the Id domain that provided the link.. |
Properties
ProviderId
The provider Id within the Id domain that provided the link.
Declaration
[DataMember(Name = "providerId", EmitDefaultValue = false)]
[Preserve]
public string ProviderId { get; set; }
Property Value
Type | Description |
---|---|
string | The provider Id within the Id domain that provided the link. |