msentra auth

This commit is contained in:
Jan Prochazka
2024-08-08 11:45:21 +02:00
parent cfa08286de
commit 7e5364d400
5 changed files with 29 additions and 3 deletions

View File

@@ -146,4 +146,5 @@ export const driverBase = {
},
showConnectionField: (field, values) => false,
showConnectionTab: field => true,
getAccessTokenFromAuth: async (connection, req) => null,
};