public static class StepMCChain.MCChain extends AbstractStep.StepResult<StepXblXstsToken.XblXsts<?>>
| Constructor and Description |
|---|
MCChain(java.security.interfaces.ECPublicKey publicKey,
java.security.interfaces.ECPrivateKey privateKey,
java.lang.String mojangJwt,
java.lang.String identityJwt,
java.lang.String xuid,
java.util.UUID id,
java.lang.String displayName,
StepXblXstsToken.XblXsts<?> xblXsts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpired()
Checks if this result is expired.
|
boolean |
isExpiredOrOutdated()
Checks if this result is expired or potentially outdated.
|
protected StepXblXstsToken.XblXsts<?> |
prevResult() |
public MCChain(java.security.interfaces.ECPublicKey publicKey,
java.security.interfaces.ECPrivateKey privateKey,
java.lang.String mojangJwt,
java.lang.String identityJwt,
java.lang.String xuid,
java.util.UUID id,
java.lang.String displayName,
StepXblXstsToken.XblXsts<?> xblXsts)
protected StepXblXstsToken.XblXsts<?> prevResult()
prevResult in class AbstractStep.StepResult<StepXblXstsToken.XblXsts<?>>public boolean isExpired()
AbstractStep.StepResultAbstractStep.refresh(net.lenni0451.commons.httpclient.HttpClient, O) if this method returns true.AbstractStep.StepResult.isExpiredOrOutdated().isExpired in class AbstractStep.StepResult<StepXblXstsToken.XblXsts<?>>public boolean isExpiredOrOutdated()
AbstractStep.StepResultAbstractStep.refresh(net.lenni0451.commons.httpclient.HttpClient, O) if this method returns true.isExpiredOrOutdated in class AbstractStep.StepResult<StepXblXstsToken.XblXsts<?>>