Constructor and Description |
---|
AbstractToken() |
AbstractToken(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getAccessToken() |
java.lang.Throwable |
getException() |
abstract boolean |
isTokenValid() |
abstract boolean |
needsRefresh() |
void |
setException(java.lang.Throwable exception) |
public AbstractToken()
public AbstractToken(java.lang.Throwable t)
public abstract boolean isTokenValid()
public abstract boolean needsRefresh()
public abstract java.lang.String getAccessToken()
public java.lang.Throwable getException()
public void setException(java.lang.Throwable exception)
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.