o

oauth2-useragent

Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749, specifically by auto-detecting a suitable user-agent (and informing the user if any system requirements are unmet and preventing the use of a user-agent), launching the user-agent and directing it to the authorization endpoint, waiting for the results and returning either the authorization code or the reason for failure.
Files download
File Operation
oauth2-useragent-0.6.0.jar download
oauth2-useragent-0.6.0.pom download
oauth2-useragent-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.alm</groupId>
  <artifactId>oauth2-useragent</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.alm:oauth2-useragent:0.6.0'
Gradle Kotlin
implementation("com.microsoft.alm:oauth2-useragent:0.6.0")
Scala SBT
libraryDependencies += "com.microsoft.alm" % "oauth2-useragent" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.alm', module='oauth2-useragent', version='0.6.0')
)
Apache Ivy
<dependency org="com.microsoft.alm" name="oauth2-useragent" rev="0.6.0" />
Leiningen
[com.microsoft.alm/oauth2-useragent "0.6.0"]
Apache Buildr
'com.microsoft.alm:oauth2-useragent:jar:0.6.0'