Using one Oauth2 app creds(client Id, client secret) for all Oauth2 authentication with their own username password. In this case client ID and client secret will be same for all users, just that users have to enter their own username and password (users will never be able to access other user’s data since username and password will be specific to their own account).
Is this possible in Zoom OAuth2 App?