Package io.deephaven.web.client.api
Class JsRefreshToken
java.lang.Object
io.deephaven.web.client.api.JsRefreshToken
@Deprecated
@TsInterface
@TsName(name="RefreshToken",
namespace="dh")
public class JsRefreshToken
extends Object
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsRefreshTokenfromObject(Object token) Deprecated.getBytes()Deprecated.The refresh token bytes.doubleDeprecated.The token expiry time, as milliseconds since the epoch.
-
Constructor Details
-
JsRefreshToken
Deprecated.
-
-
Method Details
-
fromObject
Deprecated. -
getBytes
Deprecated.The refresh token bytes. -
getExpiry
@JsProperty public double getExpiry()Deprecated.The token expiry time, as milliseconds since the epoch.
-