public interface KeycloakTokenService
| Modifier and Type | Method and Description |
|---|---|
BearerTokenTO |
exchangeToken(String oldToken,
Integer timeToLive,
String scope) |
BearerTokenTO |
login(String login,
String password) |
BearerTokenTO |
validate(String token) |
BearerTokenTO login(String login, String password)
BearerTokenTO exchangeToken(String oldToken, Integer timeToLive, String scope)
BearerTokenTO validate(String token)
Copyright © 2020. All rights reserved.