public interface ActionTokenKeyModel
Modifier and Type | Method and Description |
---|---|
String |
getActionId() |
UUID |
getActionVerificationNonce() |
int |
getExpiration()
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
|
String |
getUserId() |
default String |
serializeKey() |
String getUserId()
String getActionId()
int getExpiration()
UUID getActionVerificationNonce()
default String serializeKey()
Copyright © 2019 JBoss by Red Hat. All rights reserved.