Class SignInCodeInfo
Contains information on the Code-Link sign in code provided
Inherited Members
Namespace: Unity.Services.Authentication
Assembly: Unity.Services.Authentication.dll
Syntax
public sealed class SignInCodeInfo
Properties
Expiration
Date the code will expire
Declaration
public string Expiration { get; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
Optional field to identify the device that requested the Code-Link
Declaration
public string Identifier { get; }
Property Value
| Type | Description |
|---|---|
| string |
SignInCode
Sign In Code for Code-Link
Declaration
public string SignInCode { get; }
Property Value
| Type | Description |
|---|---|
| string |