Show / Hide Table of Contents

Class UnityOAuth

Inheritance
Object
UnityOAuth
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Connect
Assembly: UnityEditor.dll
Syntax
public static class UnityOAuth

Methods

| Improve this Doc View Source

GetAuthorizationCodeAsync(String, Action<UnityOAuth.AuthCodeResponse>)

Declaration
public static void GetAuthorizationCodeAsync(string clientId, Action<UnityOAuth.AuthCodeResponse> callback)
Parameters
Type Name Description
String clientId
Action<UnityOAuth.AuthCodeResponse> callback

Events

| Improve this Doc View Source

UserLoggedIn

Declaration
public static event Action UserLoggedIn
Event Type
Type Description
Action
| Improve this Doc View Source

UserLoggedOut

Declaration
public static event Action UserLoggedOut
Event Type
Type Description
Action
  • Improve this Doc
  • View Source
Back to top Generated by DocFX