Uses of Class
com.authlete.common.dto.TokenCreateBatchStatusResponse
-
Packages that use TokenCreateBatchStatusResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TokenCreateBatchStatusResponse in com.authlete.common.api
Methods in com.authlete.common.api that return TokenCreateBatchStatusResponse Modifier and Type Method Description TokenCreateBatchStatusResponse
AuthleteApi. getTokenCreateBatchStatus(String requestId)
Call Authlete's/auth/token/create/batch/status
API. -
Uses of TokenCreateBatchStatusResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenCreateBatchStatusResponse Modifier and Type Method Description TokenCreateBatchStatusResponse
TokenCreateBatchStatusResponse. setStatus(TokenBatchStatus status)
Set the batch status.
-