Last Version

Microsoft OAuth 2.0 User Agent library for Java 0.11.3

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.

License

License

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.microsoft.alm
ArtifactId

ArtifactId

oauth2-useragent
Version

Version

0.11.3
Type

Type

jar
Description

Description

Microsoft OAuth 2.0 User Agent library for Java
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.

Download oauth2-useragent 0.11.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.