Struct UnityOAuth.AuthCodeResponse
Inherited Members
Namespace: UnityEditor.Connect
Assembly: UnityEditor.dll
Syntax
public struct AuthCodeResponse
Properties
| Improve this Doc View SourceAuthCode
Declaration
public string AuthCode { get; set; }
Property Value
Type | Description |
---|---|
String |
Exception
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |