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 default TokenCreateBatchResponseAuthleteApi. tokenCreateBatch(TokenCreateRequest[] request, boolean dryRun)Call Authlete's/auth/token/create/batchAPI.TokenCreateBatchResponseAuthleteApi. tokenCreateBatch(TokenCreateRequest[] request, boolean dryRun, Options options)Call Authlete's/auth/token/create/batchAPI.TokenCreateBatchResponseAuthleteApiImplV3. tokenCreateBatch(TokenCreateRequest[] request, boolean dryRun, Options options) -
Uses of TokenCreateBatchResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenCreateBatchResponse Modifier and Type Method Description TokenCreateBatchResponseTokenCreateBatchResponse. setRequestId(String requestId)
-