Programmatically Generate Personal Access Token for VSTS

前端 未结 1 1263
无人共我
无人共我 2021-01-18 22:45

Is there are VSTS REST endpoint I can connect to in order to let a user self-serve themselves another PAT? Ideally a few days before their current one expires. I have a tim

相关标签:
1条回答
  • 2021-01-18 23:23

    There isn’t official API to get Personal Access Token programmatically.

    You may consider OAuth: Authorize access to REST APIs with OAuth 2.0

    0 讨论(0)
提交回复
热议问题