docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LinkExternalIdRequest

    the request body for link external id

    Inheritance
    object
    LinkExternalIdRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.PlayerAuthentication
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class LinkExternalIdRequest

    Constructors

    LinkExternalIdRequest(bool, string, OculusConfig, AppleGameCenterConfig, SteamConfig)

    Initializes a new instance of the LinkExternalIdRequest class.

    Declaration
    [Preserve]
    public LinkExternalIdRequest(bool forceLink = false, string token = null, OculusConfig oculusConfig = null, AppleGameCenterConfig appleGameCenterConfig = null, SteamConfig steamConfig = null)
    Parameters
    Type Name Description
    bool forceLink

    Force a link between the player specified in the UAS access token and the external Id. If a different UAS player is already linked to the external id, unlink that player from the external id before linking the request's player..

    string token

    External token that can be verified to represent a player from the Id provider. This may be an Id token or an access token. (required).

    OculusConfig oculusConfig

    oculusConfig.

    AppleGameCenterConfig appleGameCenterConfig

    appleGameCenterConfig.

    SteamConfig steamConfig

    steamConfig.

    Properties

    AppleGameCenterConfig

    Gets or Sets AppleGameCenterConfig

    Declaration
    [Preserve]
    public AppleGameCenterConfig AppleGameCenterConfig { get; set; }
    Property Value
    Type Description
    AppleGameCenterConfig

    ForceLink

    Force a link between the player specified in the UAS access token and the external Id. If a different UAS player is already linked to the external id, unlink that player from the external id before linking the request's player.

    Declaration
    [Preserve]
    public bool ForceLink { get; set; }
    Property Value
    Type Description
    bool

    Force a link between the player specified in the UAS access token and the external Id. If a different UAS player is already linked to the external id, unlink that player from the external id before linking the request's player.

    OculusConfig

    Gets or Sets OculusConfig

    Declaration
    [Preserve]
    public OculusConfig OculusConfig { get; set; }
    Property Value
    Type Description
    OculusConfig

    SteamConfig

    Gets or Sets SteamConfig

    Declaration
    [Preserve]
    public SteamConfig SteamConfig { get; set; }
    Property Value
    Type Description
    SteamConfig

    Token

    External token that can be verified to represent a player from the Id provider. This may be an Id token or an access token.

    Declaration
    [Preserve]
    public string Token { get; set; }
    Property Value
    Type Description
    string

    External token that can be verified to represent a player from the Id provider. This may be an Id token or an access token.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)