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 Type
    Method
    Description
    com.google.protobuf.Struct
    JSON structure containing the complete authentication chain from minecraftauth library.
    com.google.protobuf.StructOrBuilder
    JSON structure containing the complete authentication chain from minecraftauth library.
    boolean
    JSON structure containing the complete authentication chain from minecraftauth library.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;