Table of Contents

Enum OAuthClientType

Namespace
Glitch9.AIDevKit.Auth
public enum OAuthClientType

Fields

Auto = 0

Automatic selection based on platform (Desktop: Loopback, Mobile: Custom Scheme, WebGL: Fixed Redirect)

CustomScheme = 2

Mobile - Custom Scheme (e.g., com.your.app:/oauth2redirect)

FixedRedirect = 3

WebGL Application - Fixed Redirect (e.g., http://)

Loopback = 1

Desktop App - Loopback (e.g., http://)