{"version":3,"file":"get-auth-endpoint.cjs","names":[],"sources":["../../../src/rest/utils/get-auth-endpoint.ts"],"sourcesContent":["/**\n * @param provider Use a specific authentication provider\n * @returns The endpoint to be used for authentication\n */\nexport function getAuthEndpoint(provider?: string): string {\n\tif (provider) return `/auth/login/${provider}`;\n\treturn '/auth/login';\n}\n"],"mappings":"AAIA,SAAgB,EAAgB,EAA2B,CAE1D,OADI,EAAiB,eAAe,IAC7B"}