You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the user context previously established with `UserContextProvider`.
56
50
@@ -65,7 +59,7 @@ useEffect(() => {
65
59
66
60
#### Returns
67
61
68
-
[`UserContext`](#usercontext)
62
+
`UserContext`
69
63
70
64
71
65
## UserContext
@@ -94,55 +88,79 @@ Provides the `UserInfo` object if the user is authenticated.
94
88
95
89
___
96
90
97
-
### loginUrl
98
-
99
-
• `Optional`**loginUrl**: `string`
100
-
101
-
Set to the URL that the user is redirected to initiate the authorization flow. Useful when you need to start the login flow in a separate window or tab. Use in combination with `login({ refresh: false })`.
Set to the URL that the user is redirected to initiate the authorization flow. Useful when you need to start the login flow in a separate window or tab. Use in combination with `login({ refresh: false })`.
0 commit comments