@RestController public class ApiTokensResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TokenService |
tokenService |
| Constructor and Description |
|---|
ApiTokensResource() |
@Autowired protected TokenService tokenService
@GetMapping(value="/tokens/{tokenId}",
produces="application/json")
public TokenRepresentation getToken(@PathVariable
String tokenId)
Copyright © 2021 Flowable. All rights reserved.