docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SignedASID

    Represents the Application-Scoped ID of the current player along with a signature to verify that it comes from Facebook.

    Inheritance
    object
    JsObject
    SignedASID
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Meta.InstantGames.v8
    Assembly: Unity.Meta.InstantGames.Sdk.v8.dll
    Syntax
    public class SignedASID : JsObject

    Constructors

    SignedASID()

    Construct an instance of SignedASID

    Declaration
    public SignedASID()

    Methods

    GetASID()

    Gets the Application-Scoped ID of the player.

    Declaration
    public string GetASID()
    Returns
    Type Description
    string

    The Application-Scoped ID of the player.

    GetSignature()

    Returns a signature to verify this object comes from Facebook. The string is Base64URL-encoded and signed with an HMAC version of your App Secret, based on the OAuth 2.0 spec.

    Declaration
    public string GetSignature()
    Returns
    Type Description
    string

    The signature string.

    In This Article
    Back to top
    Copyright © 2025 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)