Package dev.galasa.framework.spi.auth
Interface IInternalAuthToken
public interface IInternalAuthToken
An interface for auth token beans used internally to implement. This allows token properties to
be retrieved from different sources (e.g. the ID of a token can correspond to
the ID of a database record).
-
Method Summary
-
Method Details
-
getTokenId
String getTokenId() -
getDescription
String getDescription() -
getDexClientId
String getDexClientId() -
getCreationTime
Instant getCreationTime() -
getOwner
IInternalUser getOwner()
-