Package org.keycloak.representations.idm
Class ClientInitialAccessPresentation
java.lang.Object
org.keycloak.representations.idm.ClientInitialAccessPresentation
- Author:
- Stian Thorgersen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
getId()
getToken()
void
void
setExpiration
(Integer expiration) void
void
setRemainingCount
(Integer remainingCount) void
setTimestamp
(Integer timestamp) void
-
Constructor Details
-
ClientInitialAccessPresentation
public ClientInitialAccessPresentation()
-
-
Method Details
-
getId
-
setId
-
getToken
-
setToken
-
getTimestamp
-
setTimestamp
-
getExpiration
-
setExpiration
-
getCount
-
setCount
-
getRemainingCount
-
setRemainingCount
-