Show / Hide Table of Contents

Struct UnityOAuth.AuthCodeResponse

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Connect
Assembly: UnityEditor.dll
Syntax
public struct AuthCodeResponse

Properties

| Improve this Doc View Source

AuthCode

Declaration
public string AuthCode { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Exception

Declaration
public Exception Exception { get; set; }
Property Value
Type Description
Exception

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX