azure auth

This commit is contained in:
Jan Prochazka
2024-08-05 11:56:49 +02:00
parent de60f1b335
commit fb2e261a08
3 changed files with 9 additions and 4 deletions

View File

@@ -10,8 +10,13 @@ async function azureGetAuthTokenFromCode(connection, code) {
return null;
}
function getAzureAuthOptions(connection) {
return null;
}
module.exports = {
getAzureAuthTypes,
azureGetRedirectAuthUrl,
azureGetAuthTokenFromCode,
getAzureAuthOptions,
};