Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
677 B
Plaintext
1 line
677 B
Plaintext
{"version":3,"file":"providers.js","names":[],"sources":["../../../../src/rest/commands/auth/providers.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\nexport interface ReadProviderOutput {\n\tname: string;\n\tdriver: string;\n\ticon?: string | null;\n}\n\n/**\n * List all the configured auth providers.\n *\n * @returns Array of configured auth providers.\n */\nexport const readProviders =\n\t<Schema>(sessionOnly = false): RestCommand<ReadProviderOutput[], Schema> =>\n\t() => ({\n\t\tpath: sessionOnly ? '/auth?sessionOnly' : '/auth',\n\t\tmethod: 'GET',\n\t});\n"],"mappings":"AAaA,MAAa,GACH,EAAc,UAChB,CACN,KAAM,EAAc,oBAAsB,QAC1C,OAAQ,MACR"} |