Interface AccountSteamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AccountSteam, AccountSteam.Builder

public interface AccountSteamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Extra information that will be bundled in the session token.
    The account token received from Steam to access their profile API.
    com.google.protobuf.ByteString
    The account token received from Steam to access their profile API.
    Deprecated.
    int
    Extra information that will be bundled in the session token.
    Extra information that will be bundled in the session token.
    getVarsOrDefault(String key, String defaultValue)
    Extra information that will be bundled in the session token.
    Extra information that will be bundled in the session token.

    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

    • getToken

      String getToken()
       The account token received from Steam to access their profile API.
       
      string token = 1;
      Returns:
      The token.
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
       The account token received from Steam to access their profile API.
       
      string token = 1;
      Returns:
      The bytes for token.
    • getVarsCount

      int getVarsCount()
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • containsVars

      boolean containsVars(String key)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVars

      Deprecated.
      Use getVarsMap() instead.
    • getVarsMap

      Map<String,String> getVarsMap()
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVarsOrDefault

      String getVarsOrDefault(String key, String defaultValue)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVarsOrThrow

      String getVarsOrThrow(String key)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;