is not current version
Last Version 0.11.3

com.microsoft.alm:oauth2-useragent 0.9.0

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.

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.microsoft.alm
ArtifactId

ArtifactId

oauth2-useragent
Version

Version

0.9.0
Type

Type

jar

Download oauth2-useragent 0.9.0


<!-- https://jarcasting.com/artifacts/com.microsoft.alm/oauth2-useragent/ -->
<dependency>
    <groupId>com.microsoft.alm</groupId>
    <artifactId>oauth2-useragent</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.alm/oauth2-useragent/
implementation 'com.microsoft.alm:oauth2-useragent:0.9.0'
// https://jarcasting.com/artifacts/com.microsoft.alm/oauth2-useragent/
implementation ("com.microsoft.alm:oauth2-useragent:0.9.0")
'com.microsoft.alm:oauth2-useragent:jar:0.9.0'
<dependency org="com.microsoft.alm" name="oauth2-useragent" rev="0.9.0">
  <artifact name="oauth2-useragent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.alm', module='oauth2-useragent', version='0.9.0')
)
libraryDependencies += "com.microsoft.alm" % "oauth2-useragent" % "0.9.0"
[com.microsoft.alm/oauth2-useragent "0.9.0"]