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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -586,7 +586,7 @@ VIDPError objects expose a `details` property that contains:
586
586
-`error` - The error code for this error (see the complete list below)
587
587
-`description` - A textual description of the error
588
588
-`innerError` - Certain errors such as token validation errors will contain an inner error from the validation library. You can inspect this for more details.
589
-
-`idToken` - Contains the raw ID token if one was available. You can decode this to view all user information.
589
+
-`idToken` - ⭐️Contains the raw ID token if one was available. You can decode this to view all user information.
590
590
591
591
Should an error occur during the authentication process it will be passed to next() just like other errors in Connect-compatible applications like ExpressJS. You should handle these errors according to the documentation from your library of choice. You can find more information on error handling in [Connect here](https://github.com/senchalabs/connect#error-middleware) and [ExpressJS here](https://expressjs.com/en/guide/error-handling.html).
0 commit comments