microsoft / vsts-authentication-library-for-java

Retrieve OAuth2 or Personal Accesss Tokens for Visual Studio Team Services (visualstudio.com) accounts. Also provides secure storage for those secrets on different platforms.
MIT License
18 stars 20 forks source link

No way to specify the validity length of a created PAT #36

Open johnterickson opened 3 years ago

johnterickson commented 3 years ago

https://github.com/microsoft/vsts-authentication-library-for-java/blob/edee296b96cec09dfc8af85afa0f6f348fa4920a/core/src/main/java/com/microsoft/alm/auth/pat/VsoAzureAuthority.java#L209-L211

See also: https://github.com/microsoft/azure-devops-intellij/issues/441