Module one.jpro.platform.auth.core
Interface Options
- All Known Implementing Classes:
HttpOptions,JWTAuthOptions,JWTOptions,OAuth2Options,PubSecKeyOptions
public interface Options
An Options object is used for configuration purpose.
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjecttoJSON()Convert all configuration information to JSON format.
-
Method Details
-
toJSON
org.json.JSONObject toJSON()Convert all configuration information to JSON format.- Returns:
- a JSON object.
-