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
| Parameter | Type |
|---|---|
|
|
Returns
string
Last updated on