Class OAuthFlow
java.lang.Object
com.hypixel.hytale.server.core.auth.oauth.OAuthFlow
- Direct Known Subclasses:
OAuthBrowserFlow,OAuthDeviceFlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate final CompletableFuture<OAuthResult> private OAuthResultprivate OAuthClient.TokenResponse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final void(package private) final voidonSuccess(OAuthClient.TokenResponse tokenResponse)
-
Field Details
-
tokenResponse
-
future
-
result
-
errorMessage
-
-
Constructor Details
-
OAuthFlow
OAuthFlow()
-
-
Method Details
-
onSuccess
-
onFailure
-
getTokenResponse
-
getResult
-
getErrorMessage
-
getFuture
-