public interface ApiKey
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTimestamp()
Get the creation timestamp
|
String |
getKey()
Get the API key part.
|
String |
getSecret()
Get the API key's secret part.
|
String |
getUserId()
Get the user associated with this key.
|
String getKey()
String getSecret()
String getUserId()
long getCreationTimestamp()
Copyright © 2022 continual.io. All rights reserved.