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: src/tools/auth0/handlers/clients.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,15 @@ export const schema = {
160
160
enum: ['email','organization_name'],
161
161
},
162
162
},
163
+
async_approval_notification_channels: {
164
+
type: ['array','null'],
165
+
description:
166
+
'An ordered array of notification channels enabled for CIBA (Client-Initiated Backchannel Authentication) requests. Channels are evaluated in the order specified.',
0 commit comments