We can access the Azure databricks API using the personal access token which is created by us manually.
The objective is that client don’t want to store the personal access token which may not be secure .
Do we have option to generate the token during run time (during API access- each time new token ) OR the API access request should be approved without using personal token ?.
Kindly advise