jar

com.woaizhuangbi : oauth2-utils

Maven & Gradle

Dec 05, 2021
0 stars

Oauth2Utils · A oauth2 utils

Table Of Contents

Latest Version

Download com.woaizhuangbi : oauth2-utils JAR file - Latest Versions:

All Versions

Download com.woaizhuangbi : oauth2-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window oauth2-utils-0.0.2-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

www.mys.com.oauth2.pojo

├─ www.mys.com.oauth2.pojo.Clientdetails.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthAccessToken.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthApprovals.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthClientDetails.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthClientToken.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthCode.class - [JAR]

├─ www.mys.com.oauth2.pojo.OauthRefreshToken.class - [JAR]

www.mys.com.oauth2.mapper

├─ www.mys.com.oauth2.mapper.ClientdetailsMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthAccessTokenMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthApprovalsMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthClientDetailsMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthClientTokenMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthCodeMapper.class - [JAR]

├─ www.mys.com.oauth2.mapper.OauthRefreshTokenMapper.class - [JAR]

Advertisement