Uses of Interface
com.authlete.common.api.AuthleteApi
-
Packages that use AuthleteApi Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthleteApi in com.authlete.common.api
Methods in com.authlete.common.api that return AuthleteApi Modifier and Type Method Description static AuthleteApi
AuthleteApiFactory. create(AuthleteConfiguration configuration)
Create an instance ofAuthleteApi
.static AuthleteApi
AuthleteApiFactory. create(AuthleteConfiguration configuration, String className)
Create an instance ofAuthleteApi
from the specified class.static AuthleteApi
AuthleteApiFactory. getDefaultApi()
Get the default instance ofAuthleteApi
.
-