Interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MinecraftAccountProto.OnlineChainJavaData, MinecraftAccountProto.OnlineChainJavaData.Builder
- Enclosing class:
MinecraftAccountProto
public static interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.StructJSON structure containing the complete authentication chain from minecraftauth library.com.google.protobuf.StructOrBuilderJSON structure containing the complete authentication chain from minecraftauth library.booleanJSON structure containing the complete authentication chain from minecraftauth library.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAuthChain
boolean hasAuthChain()JSON structure containing the complete authentication chain from minecraftauth library. Includes Microsoft OAuth tokens, Xbox Live tokens, and Minecraft access tokens. This data can be refreshed to obtain new tokens without re-authentication.
.google.protobuf.Struct auth_chain = 3;- Returns:
- Whether the authChain field is set.
-
getAuthChain
com.google.protobuf.Struct getAuthChain()JSON structure containing the complete authentication chain from minecraftauth library. Includes Microsoft OAuth tokens, Xbox Live tokens, and Minecraft access tokens. This data can be refreshed to obtain new tokens without re-authentication.
.google.protobuf.Struct auth_chain = 3;- Returns:
- The authChain.
-
getAuthChainOrBuilder
com.google.protobuf.StructOrBuilder getAuthChainOrBuilder()JSON structure containing the complete authentication chain from minecraftauth library. Includes Microsoft OAuth tokens, Xbox Live tokens, and Minecraft access tokens. This data can be refreshed to obtain new tokens without re-authentication.
.google.protobuf.Struct auth_chain = 3;
-