Interface AccountAppleOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Extra information that will be bundled in the session token.
    The ID token received from Apple to validate.
    com.google.protobuf.ByteString
    The ID token received from Apple to validate.
    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 ID token received from Apple to validate.
       
      string token = 1;
      Returns:
      The token.
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
       The ID token received from Apple to validate.
       
      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;