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.5.9.jar download
oauth2-useragent-0.5.9.pom download
oauth2-useragent-0.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.alm</groupId>
  <artifactId>oauth2-useragent</artifactId>
  <version>0.5.9</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.alm:oauth2-useragent:0.5.9'
Gradle Kotlin
implementation("com.microsoft.alm:oauth2-useragent:0.5.9")
Scala SBT
libraryDependencies += "com.microsoft.alm" % "oauth2-useragent" % "0.5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.alm', module='oauth2-useragent', version='0.5.9')
)
Apache Ivy
<dependency org="com.microsoft.alm" name="oauth2-useragent" rev="0.5.9" />
Leiningen
[com.microsoft.alm/oauth2-useragent "0.5.9"]
Apache Buildr
'com.microsoft.alm:oauth2-useragent:jar:0.5.9'