Skip to Content
Anuma SDKExpoInternalFunctionsbuildNotionAuthUrl

buildNotionAuthUrl

buildNotionAuthUrl(params: NotionAuthUrlParams): string

Defined in: src/lib/auth/notion-primitives.ts:284 

Build the Notion authorization URL for the OAuth flow.

Returns a URL string that the caller should open in a browser (e.g. via expo-auth-session or Linking.openURL).

Parameters

ParameterType

params

NotionAuthUrlParams

Returns

string

Last updated on