Class CodeLinkInfoRequest
Request information for a sign in code.
Inherited Members
Namespace: Unity.Services.Apis.PlayerAuthentication
Assembly: solution.dll
Syntax
[Preserve]
public class CodeLinkInfoRequest
Constructors
CodeLinkInfoRequest(string)
Initializes a new instance of the CodeLinkInfoRequest class.
Declaration
[Preserve]
public CodeLinkInfoRequest(string signInCode = null)
Parameters
Type | Name | Description |
---|---|---|
string | signInCode | The code from which to get the info. (required). |
Properties
SignInCode
The code from which to get the info.
Declaration
[Preserve]
public string SignInCode { get; set; }
Property Value
Type | Description |
---|---|
string | The code from which to get the info. |