{"version":3,"file":"get-auth-endpoint.js","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) {\n\tif (provider) return `/auth/login/${provider}`;\n\treturn '/auth/login';\n}\n"],"mappings":"AAIA,SAAgB,EAAgB,EAAmB,CAElD,OADI,EAAiB,eAAe,IAC7B"}