Class OculusConfig
The request body for Oculus authentication. This field is not applicable for any other Id provider.
Inherited Members
Namespace: Unity.Services.Apis.PlayerAuthentication
Assembly: solution.dll
Syntax
[Preserve]
public class OculusConfig
Constructors
OculusConfig(string)
Initializes a new instance of the OculusConfig class.
Declaration
[Preserve]
public OculusConfig(string userId = null)
Parameters
Type | Name | Description |
---|---|---|
string | userId | String value of the oculus player's Id. (required). |
Properties
UserId
String value of the oculus player's Id.
Declaration
[Preserve]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | String value of the oculus player's Id. |