Uses of Class
com.authlete.common.dto.TokenCreateBatchResponse
-
Packages that use TokenCreateBatchResponse 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 TokenCreateBatchResponse in com.authlete.common.api
Methods in com.authlete.common.api that return TokenCreateBatchResponse Modifier and Type Method Description TokenCreateBatchResponse
AuthleteApi. tokenCreateBatch(TokenCreateRequest[] request, boolean dryRun)
Call Authlete's/auth/token/create/batch
API. -
Uses of TokenCreateBatchResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenCreateBatchResponse Modifier and Type Method Description TokenCreateBatchResponse
TokenCreateBatchResponse. setRequestId(String requestId)
-