public final class AuthClientConfig
extends java.lang.Object
| Constructor and Description |
|---|
AuthClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getRefreshThreshold() |
static void |
setRefreshThreshold(long threshold)
Set the threshold for token refresh.
|
public static void setRefreshThreshold(long threshold)
throws java.security.InvalidParameterException
threshold - Required: Threshold for token refresh in milli seconds.java.security.InvalidParameterExceptionpublic static long getRefreshThreshold()