Interface: NativeOAuthConfig
Defined in: types/auth.ts:69
Native OAuth provider configuration for React Native
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
discordClientId? | string | Discord OAuth client ID | types/auth.ts:75 |
githubClientId? | string | GitHub OAuth client ID | types/auth.ts:77 |
googleClientId? | string | Google OAuth client ID (for Android/iOS) | types/auth.ts:71 |
googleIosClientId? | string | Google iOS client ID (optional, for iOS-specific config) | types/auth.ts:73 |
redirectUri | string | Custom redirect URI (e.g., com.yourapp://oauth) | types/auth.ts:79 |
scopes? | string[] | Additional scopes to request | types/auth.ts:81 |