Class Attributes
Contextual attributes attached to an authentication request, such as user-defined and application-defined metadata.
Inherited Members
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 |