We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfd502 commit ff2fe7dCopy full SHA for ff2fe7d
EXAMPLES.md
@@ -644,7 +644,7 @@ export const auth0 = new Auth0Client({
644
async delete(id) {
645
// delete the session using its ID
646
},
647
- async deleteByLogoutToken({ sid, sub }: { sid: string; sub: string }) {
+ async deleteByLogoutToken({ sid, sub }: { sid?: string; sub?: string }) {
648
// optional method to be implemented when using Back-Channel Logout
649
650
0 commit comments