beastlyCoder
beastlyCoder

Reputation: 2401

OAuth Client Java

Could someone point me in the right direction on creating an OAuth2 Client in a java? Are there some tutorials that are easy to understand, or potentially websites that go through the process of creating such a client? Any help is appreciated, thanks.

Upvotes: 0

Views: 152

Answers (1)

SSB
SSB

Reputation: 144

You can have a look at Apache Oltu.

https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Quickstart

Upvotes: 1

Related Questions