token checking

This commit is contained in:
Jan Prochazka
2024-08-14 15:34:08 +02:00
parent 83ce5710ae
commit a9f9085daa
3 changed files with 13 additions and 5 deletions

View File

@@ -10,8 +10,11 @@ async function authProxyGetTokenFromCode(options) {
return null;
}
function startTokenChecking(sid, callback) {}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
authProxyGetTokenFromCode,
startTokenChecking,
};