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
// Fetch full client details including client_secret
419
442
const{stdout: fullClientStdout}=
420
443
await$`auth0 api get clients/${client.client_id}?fields=client_id,name,client_secret,app_type,callbacks,allowed_logout_urls,my_organization_configuration,organization_require_behavior,organization_usage,refresh_token`
@@ -476,6 +499,7 @@ export async function applyDashboardClientChanges(
0 commit comments