docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Attributes

    Contextual attributes attached to an authentication request, such as user-defined and application-defined metadata.

    Inheritance
    object
    Attributes
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Authentication
    Assembly: Unity.Services.Authentication.dll
    Syntax
    [Serializable]
    public class Attributes

    Properties

    App

    Application-defined attributes to include with the authentication request.

    Declaration
    [JsonProperty("app")]
    public object App { get; }
    Property Value
    Type Description
    object

    User

    User-defined attributes to include with the authentication request.

    Declaration
    [JsonProperty("user")]
    public object User { get; }
    Property Value
    Type Description
    object
    In This Article
    Back to top
    Copyright © 2026 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)