@authgear/nextjs / client / AuthgearProviderProps
Interface: AuthgearProviderProps
Defined in: src/components/AuthgearProvider.tsx:36
Properties
children
children:
ReactNode
Defined in: src/components/AuthgearProvider.tsx:37
loginPath?
optionalloginPath:string
Defined in: src/components/AuthgearProvider.tsx:41
Path to the login route. Defaults to “/api/auth/login”.
logoutPath?
optionallogoutPath:string
Defined in: src/components/AuthgearProvider.tsx:43
Path to the logout route. Defaults to “/api/auth/logout”.
openPagePath?
optionalopenPagePath:string
Defined in: src/components/AuthgearProvider.tsx:45
Path to the open-page route handler. Defaults to “/api/auth/open”.
userInfoPath?
optionaluserInfoPath:string
Defined in: src/components/AuthgearProvider.tsx:39
Path to the userinfo API route. Defaults to “/api/auth/userinfo”.
Last updated on