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