// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: spotify/login5/v3/login5.proto

package com.spotify.login5v3;

public final class Login5 {
  private Login5() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  /**
   * Protobuf enum {@code spotify.login5.v3.LoginError}
   */
  public enum LoginError
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * <code>UNKNOWN_ERROR = 0;</code>
     */
    UNKNOWN_ERROR(0),
    /**
     * <code>INVALID_CREDENTIALS = 1;</code>
     */
    INVALID_CREDENTIALS(1),
    /**
     * <code>BAD_REQUEST = 2;</code>
     */
    BAD_REQUEST(2),
    /**
     * <code>UNSUPPORTED_LOGIN_PROTOCOL = 3;</code>
     */
    UNSUPPORTED_LOGIN_PROTOCOL(3),
    /**
     * <code>TIMEOUT = 4;</code>
     */
    TIMEOUT(4),
    /**
     * <code>UNKNOWN_IDENTIFIER = 5;</code>
     */
    UNKNOWN_IDENTIFIER(5),
    /**
     * <code>TOO_MANY_ATTEMPTS = 6;</code>
     */
    TOO_MANY_ATTEMPTS(6),
    /**
     * <code>INVALID_PHONENUMBER = 7;</code>
     */
    INVALID_PHONENUMBER(7),
    /**
     * <code>TRY_AGAIN_LATER = 8;</code>
     */
    TRY_AGAIN_LATER(8),
    UNRECOGNIZED(-1),
    ;

    /**
     * <code>UNKNOWN_ERROR = 0;</code>
     */
    public static final int UNKNOWN_ERROR_VALUE = 0;
    /**
     * <code>INVALID_CREDENTIALS = 1;</code>
     */
    public static final int INVALID_CREDENTIALS_VALUE = 1;
    /**
     * <code>BAD_REQUEST = 2;</code>
     */
    public static final int BAD_REQUEST_VALUE = 2;
    /**
     * <code>UNSUPPORTED_LOGIN_PROTOCOL = 3;</code>
     */
    public static final int UNSUPPORTED_LOGIN_PROTOCOL_VALUE = 3;
    /**
     * <code>TIMEOUT = 4;</code>
     */
    public static final int TIMEOUT_VALUE = 4;
    /**
     * <code>UNKNOWN_IDENTIFIER = 5;</code>
     */
    public static final int UNKNOWN_IDENTIFIER_VALUE = 5;
    /**
     * <code>TOO_MANY_ATTEMPTS = 6;</code>
     */
    public static final int TOO_MANY_ATTEMPTS_VALUE = 6;
    /**
     * <code>INVALID_PHONENUMBER = 7;</code>
     */
    public static final int INVALID_PHONENUMBER_VALUE = 7;
    /**
     * <code>TRY_AGAIN_LATER = 8;</code>
     */
    public static final int TRY_AGAIN_LATER_VALUE = 8;


    public final int getNumber() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalArgumentException(
            "Can't get the number of an unknown enum value.");
      }
      return value;
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static LoginError valueOf(int value) {
      return forNumber(value);
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     */
    public static LoginError forNumber(int value) {
      switch (value) {
        case 0: return UNKNOWN_ERROR;
        case 1: return INVALID_CREDENTIALS;
        case 2: return BAD_REQUEST;
        case 3: return UNSUPPORTED_LOGIN_PROTOCOL;
        case 4: return TIMEOUT;
        case 5: return UNKNOWN_IDENTIFIER;
        case 6: return TOO_MANY_ATTEMPTS;
        case 7: return INVALID_PHONENUMBER;
        case 8: return TRY_AGAIN_LATER;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap<LoginError>
        internalGetValueMap() {
      return internalValueMap;
    }
    private static final com.google.protobuf.Internal.EnumLiteMap<
        LoginError> internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap<LoginError>() {
            public LoginError findValueByNumber(int number) {
              return LoginError.forNumber(number);
            }
          };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor
        getValueDescriptor() {
      return getDescriptor().getValues().get(ordinal());
    }
    public final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptorForType() {
      return getDescriptor();
    }
    public static final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.getDescriptor().getEnumTypes().get(0);
    }

    private static final LoginError[] VALUES = values();

    public static LoginError valueOf(
        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException(
          "EnumValueDescriptor is not for this type.");
      }
      if (desc.getIndex() == -1) {
        return UNRECOGNIZED;
      }
      return VALUES[desc.getIndex()];
    }

    private final int value;

    private LoginError(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:spotify.login5.v3.LoginError)
  }

  public interface ChallengesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.Challenges)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    java.util.List<com.spotify.login5v3.Login5.Challenge> 
        getChallengesList();
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    com.spotify.login5v3.Login5.Challenge getChallenges(int index);
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    int getChallengesCount();
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    java.util.List<? extends com.spotify.login5v3.Login5.ChallengeOrBuilder> 
        getChallengesOrBuilderList();
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    com.spotify.login5v3.Login5.ChallengeOrBuilder getChallengesOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code spotify.login5.v3.Challenges}
   */
  public  static final class Challenges extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.Challenges)
      ChallengesOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Challenges.newBuilder() to construct.
    private Challenges(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private Challenges() {
      challenges_ = java.util.Collections.emptyList();
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new Challenges();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private Challenges(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                challenges_ = new java.util.ArrayList<com.spotify.login5v3.Login5.Challenge>();
                mutable_bitField0_ |= 0x00000001;
              }
              challenges_.add(
                  input.readMessage(com.spotify.login5v3.Login5.Challenge.parser(), extensionRegistry));
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) != 0)) {
          challenges_ = java.util.Collections.unmodifiableList(challenges_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenges_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenges_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.Challenges.class, com.spotify.login5v3.Login5.Challenges.Builder.class);
    }

    public static final int CHALLENGES_FIELD_NUMBER = 1;
    private java.util.List<com.spotify.login5v3.Login5.Challenge> challenges_;
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    public java.util.List<com.spotify.login5v3.Login5.Challenge> getChallengesList() {
      return challenges_;
    }
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    public java.util.List<? extends com.spotify.login5v3.Login5.ChallengeOrBuilder> 
        getChallengesOrBuilderList() {
      return challenges_;
    }
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    public int getChallengesCount() {
      return challenges_.size();
    }
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    public com.spotify.login5v3.Login5.Challenge getChallenges(int index) {
      return challenges_.get(index);
    }
    /**
     * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
     */
    public com.spotify.login5v3.Login5.ChallengeOrBuilder getChallengesOrBuilder(
        int index) {
      return challenges_.get(index);
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      for (int i = 0; i < challenges_.size(); i++) {
        output.writeMessage(1, challenges_.get(i));
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      for (int i = 0; i < challenges_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, challenges_.get(i));
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.Challenges)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.Challenges other = (com.spotify.login5v3.Login5.Challenges) obj;

      if (!getChallengesList()
          .equals(other.getChallengesList())) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (getChallengesCount() > 0) {
        hash = (37 * hash) + CHALLENGES_FIELD_NUMBER;
        hash = (53 * hash) + getChallengesList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenges parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenges parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenges parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.Challenges prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.Challenges}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.Challenges)
        com.spotify.login5v3.Login5.ChallengesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenges_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenges_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.Challenges.class, com.spotify.login5v3.Login5.Challenges.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.Challenges.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
          getChallengesFieldBuilder();
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (challengesBuilder_ == null) {
          challenges_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          challengesBuilder_.clear();
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenges_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenges getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.Challenges.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenges build() {
        com.spotify.login5v3.Login5.Challenges result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenges buildPartial() {
        com.spotify.login5v3.Login5.Challenges result = new com.spotify.login5v3.Login5.Challenges(this);
        int from_bitField0_ = bitField0_;
        if (challengesBuilder_ == null) {
          if (((bitField0_ & 0x00000001) != 0)) {
            challenges_ = java.util.Collections.unmodifiableList(challenges_);
            bitField0_ = (bitField0_ & ~0x00000001);
          }
          result.challenges_ = challenges_;
        } else {
          result.challenges_ = challengesBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.Challenges) {
          return mergeFrom((com.spotify.login5v3.Login5.Challenges)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.Challenges other) {
        if (other == com.spotify.login5v3.Login5.Challenges.getDefaultInstance()) return this;
        if (challengesBuilder_ == null) {
          if (!other.challenges_.isEmpty()) {
            if (challenges_.isEmpty()) {
              challenges_ = other.challenges_;
              bitField0_ = (bitField0_ & ~0x00000001);
            } else {
              ensureChallengesIsMutable();
              challenges_.addAll(other.challenges_);
            }
            onChanged();
          }
        } else {
          if (!other.challenges_.isEmpty()) {
            if (challengesBuilder_.isEmpty()) {
              challengesBuilder_.dispose();
              challengesBuilder_ = null;
              challenges_ = other.challenges_;
              bitField0_ = (bitField0_ & ~0x00000001);
              challengesBuilder_ = 
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                   getChallengesFieldBuilder() : null;
            } else {
              challengesBuilder_.addAllMessages(other.challenges_);
            }
          }
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.Challenges parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.Challenges) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List<com.spotify.login5v3.Login5.Challenge> challenges_ =
        java.util.Collections.emptyList();
      private void ensureChallengesIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          challenges_ = new java.util.ArrayList<com.spotify.login5v3.Login5.Challenge>(challenges_);
          bitField0_ |= 0x00000001;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.spotify.login5v3.Login5.Challenge, com.spotify.login5v3.Login5.Challenge.Builder, com.spotify.login5v3.Login5.ChallengeOrBuilder> challengesBuilder_;

      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public java.util.List<com.spotify.login5v3.Login5.Challenge> getChallengesList() {
        if (challengesBuilder_ == null) {
          return java.util.Collections.unmodifiableList(challenges_);
        } else {
          return challengesBuilder_.getMessageList();
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public int getChallengesCount() {
        if (challengesBuilder_ == null) {
          return challenges_.size();
        } else {
          return challengesBuilder_.getCount();
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public com.spotify.login5v3.Login5.Challenge getChallenges(int index) {
        if (challengesBuilder_ == null) {
          return challenges_.get(index);
        } else {
          return challengesBuilder_.getMessage(index);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder setChallenges(
          int index, com.spotify.login5v3.Login5.Challenge value) {
        if (challengesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureChallengesIsMutable();
          challenges_.set(index, value);
          onChanged();
        } else {
          challengesBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder setChallenges(
          int index, com.spotify.login5v3.Login5.Challenge.Builder builderForValue) {
        if (challengesBuilder_ == null) {
          ensureChallengesIsMutable();
          challenges_.set(index, builderForValue.build());
          onChanged();
        } else {
          challengesBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder addChallenges(com.spotify.login5v3.Login5.Challenge value) {
        if (challengesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureChallengesIsMutable();
          challenges_.add(value);
          onChanged();
        } else {
          challengesBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder addChallenges(
          int index, com.spotify.login5v3.Login5.Challenge value) {
        if (challengesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureChallengesIsMutable();
          challenges_.add(index, value);
          onChanged();
        } else {
          challengesBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder addChallenges(
          com.spotify.login5v3.Login5.Challenge.Builder builderForValue) {
        if (challengesBuilder_ == null) {
          ensureChallengesIsMutable();
          challenges_.add(builderForValue.build());
          onChanged();
        } else {
          challengesBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder addChallenges(
          int index, com.spotify.login5v3.Login5.Challenge.Builder builderForValue) {
        if (challengesBuilder_ == null) {
          ensureChallengesIsMutable();
          challenges_.add(index, builderForValue.build());
          onChanged();
        } else {
          challengesBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder addAllChallenges(
          java.lang.Iterable<? extends com.spotify.login5v3.Login5.Challenge> values) {
        if (challengesBuilder_ == null) {
          ensureChallengesIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, challenges_);
          onChanged();
        } else {
          challengesBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder clearChallenges() {
        if (challengesBuilder_ == null) {
          challenges_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
          onChanged();
        } else {
          challengesBuilder_.clear();
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public Builder removeChallenges(int index) {
        if (challengesBuilder_ == null) {
          ensureChallengesIsMutable();
          challenges_.remove(index);
          onChanged();
        } else {
          challengesBuilder_.remove(index);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public com.spotify.login5v3.Login5.Challenge.Builder getChallengesBuilder(
          int index) {
        return getChallengesFieldBuilder().getBuilder(index);
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeOrBuilder getChallengesOrBuilder(
          int index) {
        if (challengesBuilder_ == null) {
          return challenges_.get(index);  } else {
          return challengesBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public java.util.List<? extends com.spotify.login5v3.Login5.ChallengeOrBuilder> 
           getChallengesOrBuilderList() {
        if (challengesBuilder_ != null) {
          return challengesBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(challenges_);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public com.spotify.login5v3.Login5.Challenge.Builder addChallengesBuilder() {
        return getChallengesFieldBuilder().addBuilder(
            com.spotify.login5v3.Login5.Challenge.getDefaultInstance());
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public com.spotify.login5v3.Login5.Challenge.Builder addChallengesBuilder(
          int index) {
        return getChallengesFieldBuilder().addBuilder(
            index, com.spotify.login5v3.Login5.Challenge.getDefaultInstance());
      }
      /**
       * <code>repeated .spotify.login5.v3.Challenge challenges = 1;</code>
       */
      public java.util.List<com.spotify.login5v3.Login5.Challenge.Builder> 
           getChallengesBuilderList() {
        return getChallengesFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.spotify.login5v3.Login5.Challenge, com.spotify.login5v3.Login5.Challenge.Builder, com.spotify.login5v3.Login5.ChallengeOrBuilder> 
          getChallengesFieldBuilder() {
        if (challengesBuilder_ == null) {
          challengesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
              com.spotify.login5v3.Login5.Challenge, com.spotify.login5v3.Login5.Challenge.Builder, com.spotify.login5v3.Login5.ChallengeOrBuilder>(
                  challenges_,
                  ((bitField0_ & 0x00000001) != 0),
                  getParentForChildren(),
                  isClean());
          challenges_ = null;
        }
        return challengesBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.Challenges)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.Challenges)
    private static final com.spotify.login5v3.Login5.Challenges DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.Challenges();
    }

    public static com.spotify.login5v3.Login5.Challenges getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<Challenges>
        PARSER = new com.google.protobuf.AbstractParser<Challenges>() {
      @java.lang.Override
      public Challenges parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new Challenges(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<Challenges> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<Challenges> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.Challenges getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface ChallengeOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.Challenge)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     * @return Whether the hashcash field is set.
     */
    boolean hasHashcash();
    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     * @return The hashcash.
     */
    com.spotify.login5v3.Hashcash.HashcashChallenge getHashcash();
    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     */
    com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder getHashcashOrBuilder();

    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     * @return Whether the code field is set.
     */
    boolean hasCode();
    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     * @return The code.
     */
    com.spotify.login5v3.Code.CodeChallenge getCode();
    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     */
    com.spotify.login5v3.Code.CodeChallengeOrBuilder getCodeOrBuilder();
  }
  /**
   * Protobuf type {@code spotify.login5.v3.Challenge}
   */
  public  static final class Challenge extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.Challenge)
      ChallengeOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Challenge.newBuilder() to construct.
    private Challenge(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private Challenge() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new Challenge();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private Challenge(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              com.spotify.login5v3.Hashcash.HashcashChallenge.Builder subBuilder = null;
              if (hashcash_ != null) {
                subBuilder = hashcash_.toBuilder();
              }
              hashcash_ = input.readMessage(com.spotify.login5v3.Hashcash.HashcashChallenge.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(hashcash_);
                hashcash_ = subBuilder.buildPartial();
              }

              break;
            }
            case 18: {
              com.spotify.login5v3.Code.CodeChallenge.Builder subBuilder = null;
              if (code_ != null) {
                subBuilder = code_.toBuilder();
              }
              code_ = input.readMessage(com.spotify.login5v3.Code.CodeChallenge.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(code_);
                code_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenge_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenge_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.Challenge.class, com.spotify.login5v3.Login5.Challenge.Builder.class);
    }

    public static final int HASHCASH_FIELD_NUMBER = 1;
    private com.spotify.login5v3.Hashcash.HashcashChallenge hashcash_;
    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     * @return Whether the hashcash field is set.
     */
    public boolean hasHashcash() {
      return hashcash_ != null;
    }
    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     * @return The hashcash.
     */
    public com.spotify.login5v3.Hashcash.HashcashChallenge getHashcash() {
      return hashcash_ == null ? com.spotify.login5v3.Hashcash.HashcashChallenge.getDefaultInstance() : hashcash_;
    }
    /**
     * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
     */
    public com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder getHashcashOrBuilder() {
      return getHashcash();
    }

    public static final int CODE_FIELD_NUMBER = 2;
    private com.spotify.login5v3.Code.CodeChallenge code_;
    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     * @return Whether the code field is set.
     */
    public boolean hasCode() {
      return code_ != null;
    }
    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     * @return The code.
     */
    public com.spotify.login5v3.Code.CodeChallenge getCode() {
      return code_ == null ? com.spotify.login5v3.Code.CodeChallenge.getDefaultInstance() : code_;
    }
    /**
     * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
     */
    public com.spotify.login5v3.Code.CodeChallengeOrBuilder getCodeOrBuilder() {
      return getCode();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (hashcash_ != null) {
        output.writeMessage(1, getHashcash());
      }
      if (code_ != null) {
        output.writeMessage(2, getCode());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (hashcash_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, getHashcash());
      }
      if (code_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getCode());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.Challenge)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.Challenge other = (com.spotify.login5v3.Login5.Challenge) obj;

      if (hasHashcash() != other.hasHashcash()) return false;
      if (hasHashcash()) {
        if (!getHashcash()
            .equals(other.getHashcash())) return false;
      }
      if (hasCode() != other.hasCode()) return false;
      if (hasCode()) {
        if (!getCode()
            .equals(other.getCode())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (hasHashcash()) {
        hash = (37 * hash) + HASHCASH_FIELD_NUMBER;
        hash = (53 * hash) + getHashcash().hashCode();
      }
      if (hasCode()) {
        hash = (37 * hash) + CODE_FIELD_NUMBER;
        hash = (53 * hash) + getCode().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenge parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenge parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.Challenge parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.Challenge prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.Challenge}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.Challenge)
        com.spotify.login5v3.Login5.ChallengeOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenge_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenge_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.Challenge.class, com.spotify.login5v3.Login5.Challenge.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.Challenge.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (hashcashBuilder_ == null) {
          hashcash_ = null;
        } else {
          hashcash_ = null;
          hashcashBuilder_ = null;
        }
        if (codeBuilder_ == null) {
          code_ = null;
        } else {
          code_ = null;
          codeBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_Challenge_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenge getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.Challenge.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenge build() {
        com.spotify.login5v3.Login5.Challenge result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.Challenge buildPartial() {
        com.spotify.login5v3.Login5.Challenge result = new com.spotify.login5v3.Login5.Challenge(this);
        if (hashcashBuilder_ == null) {
          result.hashcash_ = hashcash_;
        } else {
          result.hashcash_ = hashcashBuilder_.build();
        }
        if (codeBuilder_ == null) {
          result.code_ = code_;
        } else {
          result.code_ = codeBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.Challenge) {
          return mergeFrom((com.spotify.login5v3.Login5.Challenge)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.Challenge other) {
        if (other == com.spotify.login5v3.Login5.Challenge.getDefaultInstance()) return this;
        if (other.hasHashcash()) {
          mergeHashcash(other.getHashcash());
        }
        if (other.hasCode()) {
          mergeCode(other.getCode());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.Challenge parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.Challenge) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private com.spotify.login5v3.Hashcash.HashcashChallenge hashcash_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Hashcash.HashcashChallenge, com.spotify.login5v3.Hashcash.HashcashChallenge.Builder, com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder> hashcashBuilder_;
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       * @return Whether the hashcash field is set.
       */
      public boolean hasHashcash() {
        return hashcashBuilder_ != null || hashcash_ != null;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       * @return The hashcash.
       */
      public com.spotify.login5v3.Hashcash.HashcashChallenge getHashcash() {
        if (hashcashBuilder_ == null) {
          return hashcash_ == null ? com.spotify.login5v3.Hashcash.HashcashChallenge.getDefaultInstance() : hashcash_;
        } else {
          return hashcashBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public Builder setHashcash(com.spotify.login5v3.Hashcash.HashcashChallenge value) {
        if (hashcashBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          hashcash_ = value;
          onChanged();
        } else {
          hashcashBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public Builder setHashcash(
          com.spotify.login5v3.Hashcash.HashcashChallenge.Builder builderForValue) {
        if (hashcashBuilder_ == null) {
          hashcash_ = builderForValue.build();
          onChanged();
        } else {
          hashcashBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public Builder mergeHashcash(com.spotify.login5v3.Hashcash.HashcashChallenge value) {
        if (hashcashBuilder_ == null) {
          if (hashcash_ != null) {
            hashcash_ =
              com.spotify.login5v3.Hashcash.HashcashChallenge.newBuilder(hashcash_).mergeFrom(value).buildPartial();
          } else {
            hashcash_ = value;
          }
          onChanged();
        } else {
          hashcashBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public Builder clearHashcash() {
        if (hashcashBuilder_ == null) {
          hashcash_ = null;
          onChanged();
        } else {
          hashcash_ = null;
          hashcashBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public com.spotify.login5v3.Hashcash.HashcashChallenge.Builder getHashcashBuilder() {
        
        onChanged();
        return getHashcashFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      public com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder getHashcashOrBuilder() {
        if (hashcashBuilder_ != null) {
          return hashcashBuilder_.getMessageOrBuilder();
        } else {
          return hashcash_ == null ?
              com.spotify.login5v3.Hashcash.HashcashChallenge.getDefaultInstance() : hashcash_;
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashChallenge hashcash = 1;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Hashcash.HashcashChallenge, com.spotify.login5v3.Hashcash.HashcashChallenge.Builder, com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder> 
          getHashcashFieldBuilder() {
        if (hashcashBuilder_ == null) {
          hashcashBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Hashcash.HashcashChallenge, com.spotify.login5v3.Hashcash.HashcashChallenge.Builder, com.spotify.login5v3.Hashcash.HashcashChallengeOrBuilder>(
                  getHashcash(),
                  getParentForChildren(),
                  isClean());
          hashcash_ = null;
        }
        return hashcashBuilder_;
      }

      private com.spotify.login5v3.Code.CodeChallenge code_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Code.CodeChallenge, com.spotify.login5v3.Code.CodeChallenge.Builder, com.spotify.login5v3.Code.CodeChallengeOrBuilder> codeBuilder_;
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       * @return Whether the code field is set.
       */
      public boolean hasCode() {
        return codeBuilder_ != null || code_ != null;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       * @return The code.
       */
      public com.spotify.login5v3.Code.CodeChallenge getCode() {
        if (codeBuilder_ == null) {
          return code_ == null ? com.spotify.login5v3.Code.CodeChallenge.getDefaultInstance() : code_;
        } else {
          return codeBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public Builder setCode(com.spotify.login5v3.Code.CodeChallenge value) {
        if (codeBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          code_ = value;
          onChanged();
        } else {
          codeBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public Builder setCode(
          com.spotify.login5v3.Code.CodeChallenge.Builder builderForValue) {
        if (codeBuilder_ == null) {
          code_ = builderForValue.build();
          onChanged();
        } else {
          codeBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public Builder mergeCode(com.spotify.login5v3.Code.CodeChallenge value) {
        if (codeBuilder_ == null) {
          if (code_ != null) {
            code_ =
              com.spotify.login5v3.Code.CodeChallenge.newBuilder(code_).mergeFrom(value).buildPartial();
          } else {
            code_ = value;
          }
          onChanged();
        } else {
          codeBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public Builder clearCode() {
        if (codeBuilder_ == null) {
          code_ = null;
          onChanged();
        } else {
          code_ = null;
          codeBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public com.spotify.login5v3.Code.CodeChallenge.Builder getCodeBuilder() {
        
        onChanged();
        return getCodeFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      public com.spotify.login5v3.Code.CodeChallengeOrBuilder getCodeOrBuilder() {
        if (codeBuilder_ != null) {
          return codeBuilder_.getMessageOrBuilder();
        } else {
          return code_ == null ?
              com.spotify.login5v3.Code.CodeChallenge.getDefaultInstance() : code_;
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeChallenge code = 2;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Code.CodeChallenge, com.spotify.login5v3.Code.CodeChallenge.Builder, com.spotify.login5v3.Code.CodeChallengeOrBuilder> 
          getCodeFieldBuilder() {
        if (codeBuilder_ == null) {
          codeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Code.CodeChallenge, com.spotify.login5v3.Code.CodeChallenge.Builder, com.spotify.login5v3.Code.CodeChallengeOrBuilder>(
                  getCode(),
                  getParentForChildren(),
                  isClean());
          code_ = null;
        }
        return codeBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.Challenge)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.Challenge)
    private static final com.spotify.login5v3.Login5.Challenge DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.Challenge();
    }

    public static com.spotify.login5v3.Login5.Challenge getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<Challenge>
        PARSER = new com.google.protobuf.AbstractParser<Challenge>() {
      @java.lang.Override
      public Challenge parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new Challenge(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<Challenge> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<Challenge> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.Challenge getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface ChallengeSolutionsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.ChallengeSolutions)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    java.util.List<com.spotify.login5v3.Login5.ChallengeSolution> 
        getSolutionsList();
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    com.spotify.login5v3.Login5.ChallengeSolution getSolutions(int index);
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    int getSolutionsCount();
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    java.util.List<? extends com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder> 
        getSolutionsOrBuilderList();
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder getSolutionsOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code spotify.login5.v3.ChallengeSolutions}
   */
  public  static final class ChallengeSolutions extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.ChallengeSolutions)
      ChallengeSolutionsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ChallengeSolutions.newBuilder() to construct.
    private ChallengeSolutions(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private ChallengeSolutions() {
      solutions_ = java.util.Collections.emptyList();
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ChallengeSolutions();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private ChallengeSolutions(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                solutions_ = new java.util.ArrayList<com.spotify.login5v3.Login5.ChallengeSolution>();
                mutable_bitField0_ |= 0x00000001;
              }
              solutions_.add(
                  input.readMessage(com.spotify.login5v3.Login5.ChallengeSolution.parser(), extensionRegistry));
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) != 0)) {
          solutions_ = java.util.Collections.unmodifiableList(solutions_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolutions_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolutions_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.ChallengeSolutions.class, com.spotify.login5v3.Login5.ChallengeSolutions.Builder.class);
    }

    public static final int SOLUTIONS_FIELD_NUMBER = 1;
    private java.util.List<com.spotify.login5v3.Login5.ChallengeSolution> solutions_;
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    public java.util.List<com.spotify.login5v3.Login5.ChallengeSolution> getSolutionsList() {
      return solutions_;
    }
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    public java.util.List<? extends com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder> 
        getSolutionsOrBuilderList() {
      return solutions_;
    }
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    public int getSolutionsCount() {
      return solutions_.size();
    }
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    public com.spotify.login5v3.Login5.ChallengeSolution getSolutions(int index) {
      return solutions_.get(index);
    }
    /**
     * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
     */
    public com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder getSolutionsOrBuilder(
        int index) {
      return solutions_.get(index);
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      for (int i = 0; i < solutions_.size(); i++) {
        output.writeMessage(1, solutions_.get(i));
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      for (int i = 0; i < solutions_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, solutions_.get(i));
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.ChallengeSolutions)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.ChallengeSolutions other = (com.spotify.login5v3.Login5.ChallengeSolutions) obj;

      if (!getSolutionsList()
          .equals(other.getSolutionsList())) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (getSolutionsCount() > 0) {
        hash = (37 * hash) + SOLUTIONS_FIELD_NUMBER;
        hash = (53 * hash) + getSolutionsList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolutions parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.ChallengeSolutions prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.ChallengeSolutions}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.ChallengeSolutions)
        com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolutions_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolutions_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.ChallengeSolutions.class, com.spotify.login5v3.Login5.ChallengeSolutions.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.ChallengeSolutions.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
          getSolutionsFieldBuilder();
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (solutionsBuilder_ == null) {
          solutions_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          solutionsBuilder_.clear();
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolutions_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolutions getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.ChallengeSolutions.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolutions build() {
        com.spotify.login5v3.Login5.ChallengeSolutions result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolutions buildPartial() {
        com.spotify.login5v3.Login5.ChallengeSolutions result = new com.spotify.login5v3.Login5.ChallengeSolutions(this);
        int from_bitField0_ = bitField0_;
        if (solutionsBuilder_ == null) {
          if (((bitField0_ & 0x00000001) != 0)) {
            solutions_ = java.util.Collections.unmodifiableList(solutions_);
            bitField0_ = (bitField0_ & ~0x00000001);
          }
          result.solutions_ = solutions_;
        } else {
          result.solutions_ = solutionsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.ChallengeSolutions) {
          return mergeFrom((com.spotify.login5v3.Login5.ChallengeSolutions)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.ChallengeSolutions other) {
        if (other == com.spotify.login5v3.Login5.ChallengeSolutions.getDefaultInstance()) return this;
        if (solutionsBuilder_ == null) {
          if (!other.solutions_.isEmpty()) {
            if (solutions_.isEmpty()) {
              solutions_ = other.solutions_;
              bitField0_ = (bitField0_ & ~0x00000001);
            } else {
              ensureSolutionsIsMutable();
              solutions_.addAll(other.solutions_);
            }
            onChanged();
          }
        } else {
          if (!other.solutions_.isEmpty()) {
            if (solutionsBuilder_.isEmpty()) {
              solutionsBuilder_.dispose();
              solutionsBuilder_ = null;
              solutions_ = other.solutions_;
              bitField0_ = (bitField0_ & ~0x00000001);
              solutionsBuilder_ = 
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                   getSolutionsFieldBuilder() : null;
            } else {
              solutionsBuilder_.addAllMessages(other.solutions_);
            }
          }
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.ChallengeSolutions parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.ChallengeSolutions) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List<com.spotify.login5v3.Login5.ChallengeSolution> solutions_ =
        java.util.Collections.emptyList();
      private void ensureSolutionsIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          solutions_ = new java.util.ArrayList<com.spotify.login5v3.Login5.ChallengeSolution>(solutions_);
          bitField0_ |= 0x00000001;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.spotify.login5v3.Login5.ChallengeSolution, com.spotify.login5v3.Login5.ChallengeSolution.Builder, com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder> solutionsBuilder_;

      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public java.util.List<com.spotify.login5v3.Login5.ChallengeSolution> getSolutionsList() {
        if (solutionsBuilder_ == null) {
          return java.util.Collections.unmodifiableList(solutions_);
        } else {
          return solutionsBuilder_.getMessageList();
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public int getSolutionsCount() {
        if (solutionsBuilder_ == null) {
          return solutions_.size();
        } else {
          return solutionsBuilder_.getCount();
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolution getSolutions(int index) {
        if (solutionsBuilder_ == null) {
          return solutions_.get(index);
        } else {
          return solutionsBuilder_.getMessage(index);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder setSolutions(
          int index, com.spotify.login5v3.Login5.ChallengeSolution value) {
        if (solutionsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSolutionsIsMutable();
          solutions_.set(index, value);
          onChanged();
        } else {
          solutionsBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder setSolutions(
          int index, com.spotify.login5v3.Login5.ChallengeSolution.Builder builderForValue) {
        if (solutionsBuilder_ == null) {
          ensureSolutionsIsMutable();
          solutions_.set(index, builderForValue.build());
          onChanged();
        } else {
          solutionsBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder addSolutions(com.spotify.login5v3.Login5.ChallengeSolution value) {
        if (solutionsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSolutionsIsMutable();
          solutions_.add(value);
          onChanged();
        } else {
          solutionsBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder addSolutions(
          int index, com.spotify.login5v3.Login5.ChallengeSolution value) {
        if (solutionsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSolutionsIsMutable();
          solutions_.add(index, value);
          onChanged();
        } else {
          solutionsBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder addSolutions(
          com.spotify.login5v3.Login5.ChallengeSolution.Builder builderForValue) {
        if (solutionsBuilder_ == null) {
          ensureSolutionsIsMutable();
          solutions_.add(builderForValue.build());
          onChanged();
        } else {
          solutionsBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder addSolutions(
          int index, com.spotify.login5v3.Login5.ChallengeSolution.Builder builderForValue) {
        if (solutionsBuilder_ == null) {
          ensureSolutionsIsMutable();
          solutions_.add(index, builderForValue.build());
          onChanged();
        } else {
          solutionsBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder addAllSolutions(
          java.lang.Iterable<? extends com.spotify.login5v3.Login5.ChallengeSolution> values) {
        if (solutionsBuilder_ == null) {
          ensureSolutionsIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, solutions_);
          onChanged();
        } else {
          solutionsBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder clearSolutions() {
        if (solutionsBuilder_ == null) {
          solutions_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
          onChanged();
        } else {
          solutionsBuilder_.clear();
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public Builder removeSolutions(int index) {
        if (solutionsBuilder_ == null) {
          ensureSolutionsIsMutable();
          solutions_.remove(index);
          onChanged();
        } else {
          solutionsBuilder_.remove(index);
        }
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolution.Builder getSolutionsBuilder(
          int index) {
        return getSolutionsFieldBuilder().getBuilder(index);
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder getSolutionsOrBuilder(
          int index) {
        if (solutionsBuilder_ == null) {
          return solutions_.get(index);  } else {
          return solutionsBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public java.util.List<? extends com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder> 
           getSolutionsOrBuilderList() {
        if (solutionsBuilder_ != null) {
          return solutionsBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(solutions_);
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolution.Builder addSolutionsBuilder() {
        return getSolutionsFieldBuilder().addBuilder(
            com.spotify.login5v3.Login5.ChallengeSolution.getDefaultInstance());
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolution.Builder addSolutionsBuilder(
          int index) {
        return getSolutionsFieldBuilder().addBuilder(
            index, com.spotify.login5v3.Login5.ChallengeSolution.getDefaultInstance());
      }
      /**
       * <code>repeated .spotify.login5.v3.ChallengeSolution solutions = 1;</code>
       */
      public java.util.List<com.spotify.login5v3.Login5.ChallengeSolution.Builder> 
           getSolutionsBuilderList() {
        return getSolutionsFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.spotify.login5v3.Login5.ChallengeSolution, com.spotify.login5v3.Login5.ChallengeSolution.Builder, com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder> 
          getSolutionsFieldBuilder() {
        if (solutionsBuilder_ == null) {
          solutionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
              com.spotify.login5v3.Login5.ChallengeSolution, com.spotify.login5v3.Login5.ChallengeSolution.Builder, com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder>(
                  solutions_,
                  ((bitField0_ & 0x00000001) != 0),
                  getParentForChildren(),
                  isClean());
          solutions_ = null;
        }
        return solutionsBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.ChallengeSolutions)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.ChallengeSolutions)
    private static final com.spotify.login5v3.Login5.ChallengeSolutions DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.ChallengeSolutions();
    }

    public static com.spotify.login5v3.Login5.ChallengeSolutions getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<ChallengeSolutions>
        PARSER = new com.google.protobuf.AbstractParser<ChallengeSolutions>() {
      @java.lang.Override
      public ChallengeSolutions parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ChallengeSolutions(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<ChallengeSolutions> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<ChallengeSolutions> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.ChallengeSolutions getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface ChallengeSolutionOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.ChallengeSolution)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     * @return Whether the hashcash field is set.
     */
    boolean hasHashcash();
    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     * @return The hashcash.
     */
    com.spotify.login5v3.Hashcash.HashcashSolution getHashcash();
    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     */
    com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder getHashcashOrBuilder();

    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     * @return Whether the code field is set.
     */
    boolean hasCode();
    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     * @return The code.
     */
    com.spotify.login5v3.Code.CodeSolution getCode();
    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     */
    com.spotify.login5v3.Code.CodeSolutionOrBuilder getCodeOrBuilder();
  }
  /**
   * Protobuf type {@code spotify.login5.v3.ChallengeSolution}
   */
  public  static final class ChallengeSolution extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.ChallengeSolution)
      ChallengeSolutionOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ChallengeSolution.newBuilder() to construct.
    private ChallengeSolution(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private ChallengeSolution() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ChallengeSolution();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private ChallengeSolution(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              com.spotify.login5v3.Hashcash.HashcashSolution.Builder subBuilder = null;
              if (hashcash_ != null) {
                subBuilder = hashcash_.toBuilder();
              }
              hashcash_ = input.readMessage(com.spotify.login5v3.Hashcash.HashcashSolution.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(hashcash_);
                hashcash_ = subBuilder.buildPartial();
              }

              break;
            }
            case 18: {
              com.spotify.login5v3.Code.CodeSolution.Builder subBuilder = null;
              if (code_ != null) {
                subBuilder = code_.toBuilder();
              }
              code_ = input.readMessage(com.spotify.login5v3.Code.CodeSolution.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(code_);
                code_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolution_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolution_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.ChallengeSolution.class, com.spotify.login5v3.Login5.ChallengeSolution.Builder.class);
    }

    public static final int HASHCASH_FIELD_NUMBER = 1;
    private com.spotify.login5v3.Hashcash.HashcashSolution hashcash_;
    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     * @return Whether the hashcash field is set.
     */
    public boolean hasHashcash() {
      return hashcash_ != null;
    }
    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     * @return The hashcash.
     */
    public com.spotify.login5v3.Hashcash.HashcashSolution getHashcash() {
      return hashcash_ == null ? com.spotify.login5v3.Hashcash.HashcashSolution.getDefaultInstance() : hashcash_;
    }
    /**
     * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
     */
    public com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder getHashcashOrBuilder() {
      return getHashcash();
    }

    public static final int CODE_FIELD_NUMBER = 2;
    private com.spotify.login5v3.Code.CodeSolution code_;
    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     * @return Whether the code field is set.
     */
    public boolean hasCode() {
      return code_ != null;
    }
    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     * @return The code.
     */
    public com.spotify.login5v3.Code.CodeSolution getCode() {
      return code_ == null ? com.spotify.login5v3.Code.CodeSolution.getDefaultInstance() : code_;
    }
    /**
     * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
     */
    public com.spotify.login5v3.Code.CodeSolutionOrBuilder getCodeOrBuilder() {
      return getCode();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (hashcash_ != null) {
        output.writeMessage(1, getHashcash());
      }
      if (code_ != null) {
        output.writeMessage(2, getCode());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (hashcash_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, getHashcash());
      }
      if (code_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getCode());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.ChallengeSolution)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.ChallengeSolution other = (com.spotify.login5v3.Login5.ChallengeSolution) obj;

      if (hasHashcash() != other.hasHashcash()) return false;
      if (hasHashcash()) {
        if (!getHashcash()
            .equals(other.getHashcash())) return false;
      }
      if (hasCode() != other.hasCode()) return false;
      if (hasCode()) {
        if (!getCode()
            .equals(other.getCode())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (hasHashcash()) {
        hash = (37 * hash) + HASHCASH_FIELD_NUMBER;
        hash = (53 * hash) + getHashcash().hashCode();
      }
      if (hasCode()) {
        hash = (37 * hash) + CODE_FIELD_NUMBER;
        hash = (53 * hash) + getCode().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.ChallengeSolution parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.ChallengeSolution prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.ChallengeSolution}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.ChallengeSolution)
        com.spotify.login5v3.Login5.ChallengeSolutionOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolution_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolution_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.ChallengeSolution.class, com.spotify.login5v3.Login5.ChallengeSolution.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.ChallengeSolution.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (hashcashBuilder_ == null) {
          hashcash_ = null;
        } else {
          hashcash_ = null;
          hashcashBuilder_ = null;
        }
        if (codeBuilder_ == null) {
          code_ = null;
        } else {
          code_ = null;
          codeBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_ChallengeSolution_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolution getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.ChallengeSolution.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolution build() {
        com.spotify.login5v3.Login5.ChallengeSolution result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.ChallengeSolution buildPartial() {
        com.spotify.login5v3.Login5.ChallengeSolution result = new com.spotify.login5v3.Login5.ChallengeSolution(this);
        if (hashcashBuilder_ == null) {
          result.hashcash_ = hashcash_;
        } else {
          result.hashcash_ = hashcashBuilder_.build();
        }
        if (codeBuilder_ == null) {
          result.code_ = code_;
        } else {
          result.code_ = codeBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.ChallengeSolution) {
          return mergeFrom((com.spotify.login5v3.Login5.ChallengeSolution)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.ChallengeSolution other) {
        if (other == com.spotify.login5v3.Login5.ChallengeSolution.getDefaultInstance()) return this;
        if (other.hasHashcash()) {
          mergeHashcash(other.getHashcash());
        }
        if (other.hasCode()) {
          mergeCode(other.getCode());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.ChallengeSolution parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.ChallengeSolution) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private com.spotify.login5v3.Hashcash.HashcashSolution hashcash_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Hashcash.HashcashSolution, com.spotify.login5v3.Hashcash.HashcashSolution.Builder, com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder> hashcashBuilder_;
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       * @return Whether the hashcash field is set.
       */
      public boolean hasHashcash() {
        return hashcashBuilder_ != null || hashcash_ != null;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       * @return The hashcash.
       */
      public com.spotify.login5v3.Hashcash.HashcashSolution getHashcash() {
        if (hashcashBuilder_ == null) {
          return hashcash_ == null ? com.spotify.login5v3.Hashcash.HashcashSolution.getDefaultInstance() : hashcash_;
        } else {
          return hashcashBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public Builder setHashcash(com.spotify.login5v3.Hashcash.HashcashSolution value) {
        if (hashcashBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          hashcash_ = value;
          onChanged();
        } else {
          hashcashBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public Builder setHashcash(
          com.spotify.login5v3.Hashcash.HashcashSolution.Builder builderForValue) {
        if (hashcashBuilder_ == null) {
          hashcash_ = builderForValue.build();
          onChanged();
        } else {
          hashcashBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public Builder mergeHashcash(com.spotify.login5v3.Hashcash.HashcashSolution value) {
        if (hashcashBuilder_ == null) {
          if (hashcash_ != null) {
            hashcash_ =
              com.spotify.login5v3.Hashcash.HashcashSolution.newBuilder(hashcash_).mergeFrom(value).buildPartial();
          } else {
            hashcash_ = value;
          }
          onChanged();
        } else {
          hashcashBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public Builder clearHashcash() {
        if (hashcashBuilder_ == null) {
          hashcash_ = null;
          onChanged();
        } else {
          hashcash_ = null;
          hashcashBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public com.spotify.login5v3.Hashcash.HashcashSolution.Builder getHashcashBuilder() {
        
        onChanged();
        return getHashcashFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      public com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder getHashcashOrBuilder() {
        if (hashcashBuilder_ != null) {
          return hashcashBuilder_.getMessageOrBuilder();
        } else {
          return hashcash_ == null ?
              com.spotify.login5v3.Hashcash.HashcashSolution.getDefaultInstance() : hashcash_;
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.HashcashSolution hashcash = 1;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Hashcash.HashcashSolution, com.spotify.login5v3.Hashcash.HashcashSolution.Builder, com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder> 
          getHashcashFieldBuilder() {
        if (hashcashBuilder_ == null) {
          hashcashBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Hashcash.HashcashSolution, com.spotify.login5v3.Hashcash.HashcashSolution.Builder, com.spotify.login5v3.Hashcash.HashcashSolutionOrBuilder>(
                  getHashcash(),
                  getParentForChildren(),
                  isClean());
          hashcash_ = null;
        }
        return hashcashBuilder_;
      }

      private com.spotify.login5v3.Code.CodeSolution code_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Code.CodeSolution, com.spotify.login5v3.Code.CodeSolution.Builder, com.spotify.login5v3.Code.CodeSolutionOrBuilder> codeBuilder_;
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       * @return Whether the code field is set.
       */
      public boolean hasCode() {
        return codeBuilder_ != null || code_ != null;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       * @return The code.
       */
      public com.spotify.login5v3.Code.CodeSolution getCode() {
        if (codeBuilder_ == null) {
          return code_ == null ? com.spotify.login5v3.Code.CodeSolution.getDefaultInstance() : code_;
        } else {
          return codeBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public Builder setCode(com.spotify.login5v3.Code.CodeSolution value) {
        if (codeBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          code_ = value;
          onChanged();
        } else {
          codeBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public Builder setCode(
          com.spotify.login5v3.Code.CodeSolution.Builder builderForValue) {
        if (codeBuilder_ == null) {
          code_ = builderForValue.build();
          onChanged();
        } else {
          codeBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public Builder mergeCode(com.spotify.login5v3.Code.CodeSolution value) {
        if (codeBuilder_ == null) {
          if (code_ != null) {
            code_ =
              com.spotify.login5v3.Code.CodeSolution.newBuilder(code_).mergeFrom(value).buildPartial();
          } else {
            code_ = value;
          }
          onChanged();
        } else {
          codeBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public Builder clearCode() {
        if (codeBuilder_ == null) {
          code_ = null;
          onChanged();
        } else {
          code_ = null;
          codeBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public com.spotify.login5v3.Code.CodeSolution.Builder getCodeBuilder() {
        
        onChanged();
        return getCodeFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      public com.spotify.login5v3.Code.CodeSolutionOrBuilder getCodeOrBuilder() {
        if (codeBuilder_ != null) {
          return codeBuilder_.getMessageOrBuilder();
        } else {
          return code_ == null ?
              com.spotify.login5v3.Code.CodeSolution.getDefaultInstance() : code_;
        }
      }
      /**
       * <code>.spotify.login5.v3.challenges.CodeSolution code = 2;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Code.CodeSolution, com.spotify.login5v3.Code.CodeSolution.Builder, com.spotify.login5v3.Code.CodeSolutionOrBuilder> 
          getCodeFieldBuilder() {
        if (codeBuilder_ == null) {
          codeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Code.CodeSolution, com.spotify.login5v3.Code.CodeSolution.Builder, com.spotify.login5v3.Code.CodeSolutionOrBuilder>(
                  getCode(),
                  getParentForChildren(),
                  isClean());
          code_ = null;
        }
        return codeBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.ChallengeSolution)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.ChallengeSolution)
    private static final com.spotify.login5v3.Login5.ChallengeSolution DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.ChallengeSolution();
    }

    public static com.spotify.login5v3.Login5.ChallengeSolution getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<ChallengeSolution>
        PARSER = new com.google.protobuf.AbstractParser<ChallengeSolution>() {
      @java.lang.Override
      public ChallengeSolution parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ChallengeSolution(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<ChallengeSolution> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<ChallengeSolution> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.ChallengeSolution getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface LoginRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.LoginRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     * @return Whether the clientInfo field is set.
     */
    boolean hasClientInfo();
    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     * @return The clientInfo.
     */
    com.spotify.login5v3.ClientInfoOuterClass.ClientInfo getClientInfo();
    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     */
    com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder getClientInfoOrBuilder();

    /**
     * <code>bytes login_context = 2;</code>
     * @return The loginContext.
     */
    com.google.protobuf.ByteString getLoginContext();

    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     * @return Whether the challengeSolutions field is set.
     */
    boolean hasChallengeSolutions();
    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     * @return The challengeSolutions.
     */
    com.spotify.login5v3.Login5.ChallengeSolutions getChallengeSolutions();
    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     */
    com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder getChallengeSolutionsOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     * @return Whether the storedCredential field is set.
     */
    boolean hasStoredCredential();
    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     * @return The storedCredential.
     */
    com.spotify.login5v3.Credentials.StoredCredential getStoredCredential();
    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     */
    com.spotify.login5v3.Credentials.StoredCredentialOrBuilder getStoredCredentialOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     * @return Whether the password field is set.
     */
    boolean hasPassword();
    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     * @return The password.
     */
    com.spotify.login5v3.Credentials.Password getPassword();
    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     */
    com.spotify.login5v3.Credentials.PasswordOrBuilder getPasswordOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     * @return Whether the facebookAccessToken field is set.
     */
    boolean hasFacebookAccessToken();
    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     * @return The facebookAccessToken.
     */
    com.spotify.login5v3.Credentials.FacebookAccessToken getFacebookAccessToken();
    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     */
    com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder getFacebookAccessTokenOrBuilder();

    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     * @return Whether the phoneNumber field is set.
     */
    boolean hasPhoneNumber();
    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     * @return The phoneNumber.
     */
    com.spotify.login5v3.Identifiers.PhoneNumber getPhoneNumber();
    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     */
    com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder getPhoneNumberOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     * @return Whether the oneTimeToken field is set.
     */
    boolean hasOneTimeToken();
    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     * @return The oneTimeToken.
     */
    com.spotify.login5v3.Credentials.OneTimeToken getOneTimeToken();
    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     */
    com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder getOneTimeTokenOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     * @return Whether the parentChildCredential field is set.
     */
    boolean hasParentChildCredential();
    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     * @return The parentChildCredential.
     */
    com.spotify.login5v3.Credentials.ParentChildCredential getParentChildCredential();
    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     */
    com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder getParentChildCredentialOrBuilder();

    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     * @return Whether the appleSignInCredential field is set.
     */
    boolean hasAppleSignInCredential();
    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     * @return The appleSignInCredential.
     */
    com.spotify.login5v3.Credentials.AppleSignInCredential getAppleSignInCredential();
    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     */
    com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder getAppleSignInCredentialOrBuilder();
  }
  /**
   * Protobuf type {@code spotify.login5.v3.LoginRequest}
   */
  public  static final class LoginRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.LoginRequest)
      LoginRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use LoginRequest.newBuilder() to construct.
    private LoginRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private LoginRequest() {
      loginContext_ = com.google.protobuf.ByteString.EMPTY;
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new LoginRequest();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private LoginRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder subBuilder = null;
              if (clientInfo_ != null) {
                subBuilder = clientInfo_.toBuilder();
              }
              clientInfo_ = input.readMessage(com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(clientInfo_);
                clientInfo_ = subBuilder.buildPartial();
              }

              break;
            }
            case 18: {

              loginContext_ = input.readBytes();
              break;
            }
            case 26: {
              com.spotify.login5v3.Login5.ChallengeSolutions.Builder subBuilder = null;
              if (challengeSolutions_ != null) {
                subBuilder = challengeSolutions_.toBuilder();
              }
              challengeSolutions_ = input.readMessage(com.spotify.login5v3.Login5.ChallengeSolutions.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(challengeSolutions_);
                challengeSolutions_ = subBuilder.buildPartial();
              }

              break;
            }
            case 802: {
              com.spotify.login5v3.Credentials.StoredCredential.Builder subBuilder = null;
              if (storedCredential_ != null) {
                subBuilder = storedCredential_.toBuilder();
              }
              storedCredential_ = input.readMessage(com.spotify.login5v3.Credentials.StoredCredential.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(storedCredential_);
                storedCredential_ = subBuilder.buildPartial();
              }

              break;
            }
            case 810: {
              com.spotify.login5v3.Credentials.Password.Builder subBuilder = null;
              if (password_ != null) {
                subBuilder = password_.toBuilder();
              }
              password_ = input.readMessage(com.spotify.login5v3.Credentials.Password.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(password_);
                password_ = subBuilder.buildPartial();
              }

              break;
            }
            case 818: {
              com.spotify.login5v3.Credentials.FacebookAccessToken.Builder subBuilder = null;
              if (facebookAccessToken_ != null) {
                subBuilder = facebookAccessToken_.toBuilder();
              }
              facebookAccessToken_ = input.readMessage(com.spotify.login5v3.Credentials.FacebookAccessToken.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(facebookAccessToken_);
                facebookAccessToken_ = subBuilder.buildPartial();
              }

              break;
            }
            case 826: {
              com.spotify.login5v3.Identifiers.PhoneNumber.Builder subBuilder = null;
              if (phoneNumber_ != null) {
                subBuilder = phoneNumber_.toBuilder();
              }
              phoneNumber_ = input.readMessage(com.spotify.login5v3.Identifiers.PhoneNumber.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(phoneNumber_);
                phoneNumber_ = subBuilder.buildPartial();
              }

              break;
            }
            case 834: {
              com.spotify.login5v3.Credentials.OneTimeToken.Builder subBuilder = null;
              if (oneTimeToken_ != null) {
                subBuilder = oneTimeToken_.toBuilder();
              }
              oneTimeToken_ = input.readMessage(com.spotify.login5v3.Credentials.OneTimeToken.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(oneTimeToken_);
                oneTimeToken_ = subBuilder.buildPartial();
              }

              break;
            }
            case 842: {
              com.spotify.login5v3.Credentials.ParentChildCredential.Builder subBuilder = null;
              if (parentChildCredential_ != null) {
                subBuilder = parentChildCredential_.toBuilder();
              }
              parentChildCredential_ = input.readMessage(com.spotify.login5v3.Credentials.ParentChildCredential.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(parentChildCredential_);
                parentChildCredential_ = subBuilder.buildPartial();
              }

              break;
            }
            case 850: {
              com.spotify.login5v3.Credentials.AppleSignInCredential.Builder subBuilder = null;
              if (appleSignInCredential_ != null) {
                subBuilder = appleSignInCredential_.toBuilder();
              }
              appleSignInCredential_ = input.readMessage(com.spotify.login5v3.Credentials.AppleSignInCredential.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(appleSignInCredential_);
                appleSignInCredential_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.LoginRequest.class, com.spotify.login5v3.Login5.LoginRequest.Builder.class);
    }

    public static final int CLIENT_INFO_FIELD_NUMBER = 1;
    private com.spotify.login5v3.ClientInfoOuterClass.ClientInfo clientInfo_;
    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     * @return Whether the clientInfo field is set.
     */
    public boolean hasClientInfo() {
      return clientInfo_ != null;
    }
    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     * @return The clientInfo.
     */
    public com.spotify.login5v3.ClientInfoOuterClass.ClientInfo getClientInfo() {
      return clientInfo_ == null ? com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.getDefaultInstance() : clientInfo_;
    }
    /**
     * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
     */
    public com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder getClientInfoOrBuilder() {
      return getClientInfo();
    }

    public static final int LOGIN_CONTEXT_FIELD_NUMBER = 2;
    private com.google.protobuf.ByteString loginContext_;
    /**
     * <code>bytes login_context = 2;</code>
     * @return The loginContext.
     */
    public com.google.protobuf.ByteString getLoginContext() {
      return loginContext_;
    }

    public static final int CHALLENGE_SOLUTIONS_FIELD_NUMBER = 3;
    private com.spotify.login5v3.Login5.ChallengeSolutions challengeSolutions_;
    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     * @return Whether the challengeSolutions field is set.
     */
    public boolean hasChallengeSolutions() {
      return challengeSolutions_ != null;
    }
    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     * @return The challengeSolutions.
     */
    public com.spotify.login5v3.Login5.ChallengeSolutions getChallengeSolutions() {
      return challengeSolutions_ == null ? com.spotify.login5v3.Login5.ChallengeSolutions.getDefaultInstance() : challengeSolutions_;
    }
    /**
     * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
     */
    public com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder getChallengeSolutionsOrBuilder() {
      return getChallengeSolutions();
    }

    public static final int STORED_CREDENTIAL_FIELD_NUMBER = 100;
    private com.spotify.login5v3.Credentials.StoredCredential storedCredential_;
    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     * @return Whether the storedCredential field is set.
     */
    public boolean hasStoredCredential() {
      return storedCredential_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     * @return The storedCredential.
     */
    public com.spotify.login5v3.Credentials.StoredCredential getStoredCredential() {
      return storedCredential_ == null ? com.spotify.login5v3.Credentials.StoredCredential.getDefaultInstance() : storedCredential_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
     */
    public com.spotify.login5v3.Credentials.StoredCredentialOrBuilder getStoredCredentialOrBuilder() {
      return getStoredCredential();
    }

    public static final int PASSWORD_FIELD_NUMBER = 101;
    private com.spotify.login5v3.Credentials.Password password_;
    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     * @return Whether the password field is set.
     */
    public boolean hasPassword() {
      return password_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     * @return The password.
     */
    public com.spotify.login5v3.Credentials.Password getPassword() {
      return password_ == null ? com.spotify.login5v3.Credentials.Password.getDefaultInstance() : password_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
     */
    public com.spotify.login5v3.Credentials.PasswordOrBuilder getPasswordOrBuilder() {
      return getPassword();
    }

    public static final int FACEBOOK_ACCESS_TOKEN_FIELD_NUMBER = 102;
    private com.spotify.login5v3.Credentials.FacebookAccessToken facebookAccessToken_;
    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     * @return Whether the facebookAccessToken field is set.
     */
    public boolean hasFacebookAccessToken() {
      return facebookAccessToken_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     * @return The facebookAccessToken.
     */
    public com.spotify.login5v3.Credentials.FacebookAccessToken getFacebookAccessToken() {
      return facebookAccessToken_ == null ? com.spotify.login5v3.Credentials.FacebookAccessToken.getDefaultInstance() : facebookAccessToken_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
     */
    public com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder getFacebookAccessTokenOrBuilder() {
      return getFacebookAccessToken();
    }

    public static final int PHONE_NUMBER_FIELD_NUMBER = 103;
    private com.spotify.login5v3.Identifiers.PhoneNumber phoneNumber_;
    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     * @return Whether the phoneNumber field is set.
     */
    public boolean hasPhoneNumber() {
      return phoneNumber_ != null;
    }
    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     * @return The phoneNumber.
     */
    public com.spotify.login5v3.Identifiers.PhoneNumber getPhoneNumber() {
      return phoneNumber_ == null ? com.spotify.login5v3.Identifiers.PhoneNumber.getDefaultInstance() : phoneNumber_;
    }
    /**
     * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
     */
    public com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder getPhoneNumberOrBuilder() {
      return getPhoneNumber();
    }

    public static final int ONE_TIME_TOKEN_FIELD_NUMBER = 104;
    private com.spotify.login5v3.Credentials.OneTimeToken oneTimeToken_;
    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     * @return Whether the oneTimeToken field is set.
     */
    public boolean hasOneTimeToken() {
      return oneTimeToken_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     * @return The oneTimeToken.
     */
    public com.spotify.login5v3.Credentials.OneTimeToken getOneTimeToken() {
      return oneTimeToken_ == null ? com.spotify.login5v3.Credentials.OneTimeToken.getDefaultInstance() : oneTimeToken_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
     */
    public com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder getOneTimeTokenOrBuilder() {
      return getOneTimeToken();
    }

    public static final int PARENT_CHILD_CREDENTIAL_FIELD_NUMBER = 105;
    private com.spotify.login5v3.Credentials.ParentChildCredential parentChildCredential_;
    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     * @return Whether the parentChildCredential field is set.
     */
    public boolean hasParentChildCredential() {
      return parentChildCredential_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     * @return The parentChildCredential.
     */
    public com.spotify.login5v3.Credentials.ParentChildCredential getParentChildCredential() {
      return parentChildCredential_ == null ? com.spotify.login5v3.Credentials.ParentChildCredential.getDefaultInstance() : parentChildCredential_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
     */
    public com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder getParentChildCredentialOrBuilder() {
      return getParentChildCredential();
    }

    public static final int APPLE_SIGN_IN_CREDENTIAL_FIELD_NUMBER = 106;
    private com.spotify.login5v3.Credentials.AppleSignInCredential appleSignInCredential_;
    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     * @return Whether the appleSignInCredential field is set.
     */
    public boolean hasAppleSignInCredential() {
      return appleSignInCredential_ != null;
    }
    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     * @return The appleSignInCredential.
     */
    public com.spotify.login5v3.Credentials.AppleSignInCredential getAppleSignInCredential() {
      return appleSignInCredential_ == null ? com.spotify.login5v3.Credentials.AppleSignInCredential.getDefaultInstance() : appleSignInCredential_;
    }
    /**
     * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
     */
    public com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder getAppleSignInCredentialOrBuilder() {
      return getAppleSignInCredential();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (clientInfo_ != null) {
        output.writeMessage(1, getClientInfo());
      }
      if (!loginContext_.isEmpty()) {
        output.writeBytes(2, loginContext_);
      }
      if (challengeSolutions_ != null) {
        output.writeMessage(3, getChallengeSolutions());
      }
      if (storedCredential_ != null) {
        output.writeMessage(100, getStoredCredential());
      }
      if (password_ != null) {
        output.writeMessage(101, getPassword());
      }
      if (facebookAccessToken_ != null) {
        output.writeMessage(102, getFacebookAccessToken());
      }
      if (phoneNumber_ != null) {
        output.writeMessage(103, getPhoneNumber());
      }
      if (oneTimeToken_ != null) {
        output.writeMessage(104, getOneTimeToken());
      }
      if (parentChildCredential_ != null) {
        output.writeMessage(105, getParentChildCredential());
      }
      if (appleSignInCredential_ != null) {
        output.writeMessage(106, getAppleSignInCredential());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (clientInfo_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, getClientInfo());
      }
      if (!loginContext_.isEmpty()) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, loginContext_);
      }
      if (challengeSolutions_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getChallengeSolutions());
      }
      if (storedCredential_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(100, getStoredCredential());
      }
      if (password_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(101, getPassword());
      }
      if (facebookAccessToken_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(102, getFacebookAccessToken());
      }
      if (phoneNumber_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(103, getPhoneNumber());
      }
      if (oneTimeToken_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(104, getOneTimeToken());
      }
      if (parentChildCredential_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(105, getParentChildCredential());
      }
      if (appleSignInCredential_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(106, getAppleSignInCredential());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.LoginRequest)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.LoginRequest other = (com.spotify.login5v3.Login5.LoginRequest) obj;

      if (hasClientInfo() != other.hasClientInfo()) return false;
      if (hasClientInfo()) {
        if (!getClientInfo()
            .equals(other.getClientInfo())) return false;
      }
      if (!getLoginContext()
          .equals(other.getLoginContext())) return false;
      if (hasChallengeSolutions() != other.hasChallengeSolutions()) return false;
      if (hasChallengeSolutions()) {
        if (!getChallengeSolutions()
            .equals(other.getChallengeSolutions())) return false;
      }
      if (hasStoredCredential() != other.hasStoredCredential()) return false;
      if (hasStoredCredential()) {
        if (!getStoredCredential()
            .equals(other.getStoredCredential())) return false;
      }
      if (hasPassword() != other.hasPassword()) return false;
      if (hasPassword()) {
        if (!getPassword()
            .equals(other.getPassword())) return false;
      }
      if (hasFacebookAccessToken() != other.hasFacebookAccessToken()) return false;
      if (hasFacebookAccessToken()) {
        if (!getFacebookAccessToken()
            .equals(other.getFacebookAccessToken())) return false;
      }
      if (hasPhoneNumber() != other.hasPhoneNumber()) return false;
      if (hasPhoneNumber()) {
        if (!getPhoneNumber()
            .equals(other.getPhoneNumber())) return false;
      }
      if (hasOneTimeToken() != other.hasOneTimeToken()) return false;
      if (hasOneTimeToken()) {
        if (!getOneTimeToken()
            .equals(other.getOneTimeToken())) return false;
      }
      if (hasParentChildCredential() != other.hasParentChildCredential()) return false;
      if (hasParentChildCredential()) {
        if (!getParentChildCredential()
            .equals(other.getParentChildCredential())) return false;
      }
      if (hasAppleSignInCredential() != other.hasAppleSignInCredential()) return false;
      if (hasAppleSignInCredential()) {
        if (!getAppleSignInCredential()
            .equals(other.getAppleSignInCredential())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (hasClientInfo()) {
        hash = (37 * hash) + CLIENT_INFO_FIELD_NUMBER;
        hash = (53 * hash) + getClientInfo().hashCode();
      }
      hash = (37 * hash) + LOGIN_CONTEXT_FIELD_NUMBER;
      hash = (53 * hash) + getLoginContext().hashCode();
      if (hasChallengeSolutions()) {
        hash = (37 * hash) + CHALLENGE_SOLUTIONS_FIELD_NUMBER;
        hash = (53 * hash) + getChallengeSolutions().hashCode();
      }
      if (hasStoredCredential()) {
        hash = (37 * hash) + STORED_CREDENTIAL_FIELD_NUMBER;
        hash = (53 * hash) + getStoredCredential().hashCode();
      }
      if (hasPassword()) {
        hash = (37 * hash) + PASSWORD_FIELD_NUMBER;
        hash = (53 * hash) + getPassword().hashCode();
      }
      if (hasFacebookAccessToken()) {
        hash = (37 * hash) + FACEBOOK_ACCESS_TOKEN_FIELD_NUMBER;
        hash = (53 * hash) + getFacebookAccessToken().hashCode();
      }
      if (hasPhoneNumber()) {
        hash = (37 * hash) + PHONE_NUMBER_FIELD_NUMBER;
        hash = (53 * hash) + getPhoneNumber().hashCode();
      }
      if (hasOneTimeToken()) {
        hash = (37 * hash) + ONE_TIME_TOKEN_FIELD_NUMBER;
        hash = (53 * hash) + getOneTimeToken().hashCode();
      }
      if (hasParentChildCredential()) {
        hash = (37 * hash) + PARENT_CHILD_CREDENTIAL_FIELD_NUMBER;
        hash = (53 * hash) + getParentChildCredential().hashCode();
      }
      if (hasAppleSignInCredential()) {
        hash = (37 * hash) + APPLE_SIGN_IN_CREDENTIAL_FIELD_NUMBER;
        hash = (53 * hash) + getAppleSignInCredential().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.LoginRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.LoginRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.LoginRequest)
        com.spotify.login5v3.Login5.LoginRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.LoginRequest.class, com.spotify.login5v3.Login5.LoginRequest.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.LoginRequest.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (clientInfoBuilder_ == null) {
          clientInfo_ = null;
        } else {
          clientInfo_ = null;
          clientInfoBuilder_ = null;
        }
        loginContext_ = com.google.protobuf.ByteString.EMPTY;

        if (challengeSolutionsBuilder_ == null) {
          challengeSolutions_ = null;
        } else {
          challengeSolutions_ = null;
          challengeSolutionsBuilder_ = null;
        }
        if (storedCredentialBuilder_ == null) {
          storedCredential_ = null;
        } else {
          storedCredential_ = null;
          storedCredentialBuilder_ = null;
        }
        if (passwordBuilder_ == null) {
          password_ = null;
        } else {
          password_ = null;
          passwordBuilder_ = null;
        }
        if (facebookAccessTokenBuilder_ == null) {
          facebookAccessToken_ = null;
        } else {
          facebookAccessToken_ = null;
          facebookAccessTokenBuilder_ = null;
        }
        if (phoneNumberBuilder_ == null) {
          phoneNumber_ = null;
        } else {
          phoneNumber_ = null;
          phoneNumberBuilder_ = null;
        }
        if (oneTimeTokenBuilder_ == null) {
          oneTimeToken_ = null;
        } else {
          oneTimeToken_ = null;
          oneTimeTokenBuilder_ = null;
        }
        if (parentChildCredentialBuilder_ == null) {
          parentChildCredential_ = null;
        } else {
          parentChildCredential_ = null;
          parentChildCredentialBuilder_ = null;
        }
        if (appleSignInCredentialBuilder_ == null) {
          appleSignInCredential_ = null;
        } else {
          appleSignInCredential_ = null;
          appleSignInCredentialBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginRequest_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginRequest getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.LoginRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginRequest build() {
        com.spotify.login5v3.Login5.LoginRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginRequest buildPartial() {
        com.spotify.login5v3.Login5.LoginRequest result = new com.spotify.login5v3.Login5.LoginRequest(this);
        if (clientInfoBuilder_ == null) {
          result.clientInfo_ = clientInfo_;
        } else {
          result.clientInfo_ = clientInfoBuilder_.build();
        }
        result.loginContext_ = loginContext_;
        if (challengeSolutionsBuilder_ == null) {
          result.challengeSolutions_ = challengeSolutions_;
        } else {
          result.challengeSolutions_ = challengeSolutionsBuilder_.build();
        }
        if (storedCredentialBuilder_ == null) {
          result.storedCredential_ = storedCredential_;
        } else {
          result.storedCredential_ = storedCredentialBuilder_.build();
        }
        if (passwordBuilder_ == null) {
          result.password_ = password_;
        } else {
          result.password_ = passwordBuilder_.build();
        }
        if (facebookAccessTokenBuilder_ == null) {
          result.facebookAccessToken_ = facebookAccessToken_;
        } else {
          result.facebookAccessToken_ = facebookAccessTokenBuilder_.build();
        }
        if (phoneNumberBuilder_ == null) {
          result.phoneNumber_ = phoneNumber_;
        } else {
          result.phoneNumber_ = phoneNumberBuilder_.build();
        }
        if (oneTimeTokenBuilder_ == null) {
          result.oneTimeToken_ = oneTimeToken_;
        } else {
          result.oneTimeToken_ = oneTimeTokenBuilder_.build();
        }
        if (parentChildCredentialBuilder_ == null) {
          result.parentChildCredential_ = parentChildCredential_;
        } else {
          result.parentChildCredential_ = parentChildCredentialBuilder_.build();
        }
        if (appleSignInCredentialBuilder_ == null) {
          result.appleSignInCredential_ = appleSignInCredential_;
        } else {
          result.appleSignInCredential_ = appleSignInCredentialBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.LoginRequest) {
          return mergeFrom((com.spotify.login5v3.Login5.LoginRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.LoginRequest other) {
        if (other == com.spotify.login5v3.Login5.LoginRequest.getDefaultInstance()) return this;
        if (other.hasClientInfo()) {
          mergeClientInfo(other.getClientInfo());
        }
        if (other.getLoginContext() != com.google.protobuf.ByteString.EMPTY) {
          setLoginContext(other.getLoginContext());
        }
        if (other.hasChallengeSolutions()) {
          mergeChallengeSolutions(other.getChallengeSolutions());
        }
        if (other.hasStoredCredential()) {
          mergeStoredCredential(other.getStoredCredential());
        }
        if (other.hasPassword()) {
          mergePassword(other.getPassword());
        }
        if (other.hasFacebookAccessToken()) {
          mergeFacebookAccessToken(other.getFacebookAccessToken());
        }
        if (other.hasPhoneNumber()) {
          mergePhoneNumber(other.getPhoneNumber());
        }
        if (other.hasOneTimeToken()) {
          mergeOneTimeToken(other.getOneTimeToken());
        }
        if (other.hasParentChildCredential()) {
          mergeParentChildCredential(other.getParentChildCredential());
        }
        if (other.hasAppleSignInCredential()) {
          mergeAppleSignInCredential(other.getAppleSignInCredential());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.LoginRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.LoginRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private com.spotify.login5v3.ClientInfoOuterClass.ClientInfo clientInfo_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.ClientInfoOuterClass.ClientInfo, com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder, com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder> clientInfoBuilder_;
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       * @return Whether the clientInfo field is set.
       */
      public boolean hasClientInfo() {
        return clientInfoBuilder_ != null || clientInfo_ != null;
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       * @return The clientInfo.
       */
      public com.spotify.login5v3.ClientInfoOuterClass.ClientInfo getClientInfo() {
        if (clientInfoBuilder_ == null) {
          return clientInfo_ == null ? com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.getDefaultInstance() : clientInfo_;
        } else {
          return clientInfoBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public Builder setClientInfo(com.spotify.login5v3.ClientInfoOuterClass.ClientInfo value) {
        if (clientInfoBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          clientInfo_ = value;
          onChanged();
        } else {
          clientInfoBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public Builder setClientInfo(
          com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder builderForValue) {
        if (clientInfoBuilder_ == null) {
          clientInfo_ = builderForValue.build();
          onChanged();
        } else {
          clientInfoBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public Builder mergeClientInfo(com.spotify.login5v3.ClientInfoOuterClass.ClientInfo value) {
        if (clientInfoBuilder_ == null) {
          if (clientInfo_ != null) {
            clientInfo_ =
              com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.newBuilder(clientInfo_).mergeFrom(value).buildPartial();
          } else {
            clientInfo_ = value;
          }
          onChanged();
        } else {
          clientInfoBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public Builder clearClientInfo() {
        if (clientInfoBuilder_ == null) {
          clientInfo_ = null;
          onChanged();
        } else {
          clientInfo_ = null;
          clientInfoBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder getClientInfoBuilder() {
        
        onChanged();
        return getClientInfoFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      public com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder getClientInfoOrBuilder() {
        if (clientInfoBuilder_ != null) {
          return clientInfoBuilder_.getMessageOrBuilder();
        } else {
          return clientInfo_ == null ?
              com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.getDefaultInstance() : clientInfo_;
        }
      }
      /**
       * <code>.spotify.login5.v3.ClientInfo client_info = 1;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.ClientInfoOuterClass.ClientInfo, com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder, com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder> 
          getClientInfoFieldBuilder() {
        if (clientInfoBuilder_ == null) {
          clientInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.ClientInfoOuterClass.ClientInfo, com.spotify.login5v3.ClientInfoOuterClass.ClientInfo.Builder, com.spotify.login5v3.ClientInfoOuterClass.ClientInfoOrBuilder>(
                  getClientInfo(),
                  getParentForChildren(),
                  isClean());
          clientInfo_ = null;
        }
        return clientInfoBuilder_;
      }

      private com.google.protobuf.ByteString loginContext_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * <code>bytes login_context = 2;</code>
       * @return The loginContext.
       */
      public com.google.protobuf.ByteString getLoginContext() {
        return loginContext_;
      }
      /**
       * <code>bytes login_context = 2;</code>
       * @param value The loginContext to set.
       * @return This builder for chaining.
       */
      public Builder setLoginContext(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        loginContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>bytes login_context = 2;</code>
       * @return This builder for chaining.
       */
      public Builder clearLoginContext() {
        
        loginContext_ = getDefaultInstance().getLoginContext();
        onChanged();
        return this;
      }

      private com.spotify.login5v3.Login5.ChallengeSolutions challengeSolutions_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.ChallengeSolutions, com.spotify.login5v3.Login5.ChallengeSolutions.Builder, com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder> challengeSolutionsBuilder_;
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       * @return Whether the challengeSolutions field is set.
       */
      public boolean hasChallengeSolutions() {
        return challengeSolutionsBuilder_ != null || challengeSolutions_ != null;
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       * @return The challengeSolutions.
       */
      public com.spotify.login5v3.Login5.ChallengeSolutions getChallengeSolutions() {
        if (challengeSolutionsBuilder_ == null) {
          return challengeSolutions_ == null ? com.spotify.login5v3.Login5.ChallengeSolutions.getDefaultInstance() : challengeSolutions_;
        } else {
          return challengeSolutionsBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public Builder setChallengeSolutions(com.spotify.login5v3.Login5.ChallengeSolutions value) {
        if (challengeSolutionsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          challengeSolutions_ = value;
          onChanged();
        } else {
          challengeSolutionsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public Builder setChallengeSolutions(
          com.spotify.login5v3.Login5.ChallengeSolutions.Builder builderForValue) {
        if (challengeSolutionsBuilder_ == null) {
          challengeSolutions_ = builderForValue.build();
          onChanged();
        } else {
          challengeSolutionsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public Builder mergeChallengeSolutions(com.spotify.login5v3.Login5.ChallengeSolutions value) {
        if (challengeSolutionsBuilder_ == null) {
          if (challengeSolutions_ != null) {
            challengeSolutions_ =
              com.spotify.login5v3.Login5.ChallengeSolutions.newBuilder(challengeSolutions_).mergeFrom(value).buildPartial();
          } else {
            challengeSolutions_ = value;
          }
          onChanged();
        } else {
          challengeSolutionsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public Builder clearChallengeSolutions() {
        if (challengeSolutionsBuilder_ == null) {
          challengeSolutions_ = null;
          onChanged();
        } else {
          challengeSolutions_ = null;
          challengeSolutionsBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolutions.Builder getChallengeSolutionsBuilder() {
        
        onChanged();
        return getChallengeSolutionsFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      public com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder getChallengeSolutionsOrBuilder() {
        if (challengeSolutionsBuilder_ != null) {
          return challengeSolutionsBuilder_.getMessageOrBuilder();
        } else {
          return challengeSolutions_ == null ?
              com.spotify.login5v3.Login5.ChallengeSolutions.getDefaultInstance() : challengeSolutions_;
        }
      }
      /**
       * <code>.spotify.login5.v3.ChallengeSolutions challenge_solutions = 3;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.ChallengeSolutions, com.spotify.login5v3.Login5.ChallengeSolutions.Builder, com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder> 
          getChallengeSolutionsFieldBuilder() {
        if (challengeSolutionsBuilder_ == null) {
          challengeSolutionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Login5.ChallengeSolutions, com.spotify.login5v3.Login5.ChallengeSolutions.Builder, com.spotify.login5v3.Login5.ChallengeSolutionsOrBuilder>(
                  getChallengeSolutions(),
                  getParentForChildren(),
                  isClean());
          challengeSolutions_ = null;
        }
        return challengeSolutionsBuilder_;
      }

      private com.spotify.login5v3.Credentials.StoredCredential storedCredential_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.StoredCredential, com.spotify.login5v3.Credentials.StoredCredential.Builder, com.spotify.login5v3.Credentials.StoredCredentialOrBuilder> storedCredentialBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       * @return Whether the storedCredential field is set.
       */
      public boolean hasStoredCredential() {
        return storedCredentialBuilder_ != null || storedCredential_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       * @return The storedCredential.
       */
      public com.spotify.login5v3.Credentials.StoredCredential getStoredCredential() {
        if (storedCredentialBuilder_ == null) {
          return storedCredential_ == null ? com.spotify.login5v3.Credentials.StoredCredential.getDefaultInstance() : storedCredential_;
        } else {
          return storedCredentialBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public Builder setStoredCredential(com.spotify.login5v3.Credentials.StoredCredential value) {
        if (storedCredentialBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          storedCredential_ = value;
          onChanged();
        } else {
          storedCredentialBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public Builder setStoredCredential(
          com.spotify.login5v3.Credentials.StoredCredential.Builder builderForValue) {
        if (storedCredentialBuilder_ == null) {
          storedCredential_ = builderForValue.build();
          onChanged();
        } else {
          storedCredentialBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public Builder mergeStoredCredential(com.spotify.login5v3.Credentials.StoredCredential value) {
        if (storedCredentialBuilder_ == null) {
          if (storedCredential_ != null) {
            storedCredential_ =
              com.spotify.login5v3.Credentials.StoredCredential.newBuilder(storedCredential_).mergeFrom(value).buildPartial();
          } else {
            storedCredential_ = value;
          }
          onChanged();
        } else {
          storedCredentialBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public Builder clearStoredCredential() {
        if (storedCredentialBuilder_ == null) {
          storedCredential_ = null;
          onChanged();
        } else {
          storedCredential_ = null;
          storedCredentialBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public com.spotify.login5v3.Credentials.StoredCredential.Builder getStoredCredentialBuilder() {
        
        onChanged();
        return getStoredCredentialFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      public com.spotify.login5v3.Credentials.StoredCredentialOrBuilder getStoredCredentialOrBuilder() {
        if (storedCredentialBuilder_ != null) {
          return storedCredentialBuilder_.getMessageOrBuilder();
        } else {
          return storedCredential_ == null ?
              com.spotify.login5v3.Credentials.StoredCredential.getDefaultInstance() : storedCredential_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.StoredCredential stored_credential = 100;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.StoredCredential, com.spotify.login5v3.Credentials.StoredCredential.Builder, com.spotify.login5v3.Credentials.StoredCredentialOrBuilder> 
          getStoredCredentialFieldBuilder() {
        if (storedCredentialBuilder_ == null) {
          storedCredentialBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.StoredCredential, com.spotify.login5v3.Credentials.StoredCredential.Builder, com.spotify.login5v3.Credentials.StoredCredentialOrBuilder>(
                  getStoredCredential(),
                  getParentForChildren(),
                  isClean());
          storedCredential_ = null;
        }
        return storedCredentialBuilder_;
      }

      private com.spotify.login5v3.Credentials.Password password_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.Password, com.spotify.login5v3.Credentials.Password.Builder, com.spotify.login5v3.Credentials.PasswordOrBuilder> passwordBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       * @return Whether the password field is set.
       */
      public boolean hasPassword() {
        return passwordBuilder_ != null || password_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       * @return The password.
       */
      public com.spotify.login5v3.Credentials.Password getPassword() {
        if (passwordBuilder_ == null) {
          return password_ == null ? com.spotify.login5v3.Credentials.Password.getDefaultInstance() : password_;
        } else {
          return passwordBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public Builder setPassword(com.spotify.login5v3.Credentials.Password value) {
        if (passwordBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          password_ = value;
          onChanged();
        } else {
          passwordBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public Builder setPassword(
          com.spotify.login5v3.Credentials.Password.Builder builderForValue) {
        if (passwordBuilder_ == null) {
          password_ = builderForValue.build();
          onChanged();
        } else {
          passwordBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public Builder mergePassword(com.spotify.login5v3.Credentials.Password value) {
        if (passwordBuilder_ == null) {
          if (password_ != null) {
            password_ =
              com.spotify.login5v3.Credentials.Password.newBuilder(password_).mergeFrom(value).buildPartial();
          } else {
            password_ = value;
          }
          onChanged();
        } else {
          passwordBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public Builder clearPassword() {
        if (passwordBuilder_ == null) {
          password_ = null;
          onChanged();
        } else {
          password_ = null;
          passwordBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public com.spotify.login5v3.Credentials.Password.Builder getPasswordBuilder() {
        
        onChanged();
        return getPasswordFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      public com.spotify.login5v3.Credentials.PasswordOrBuilder getPasswordOrBuilder() {
        if (passwordBuilder_ != null) {
          return passwordBuilder_.getMessageOrBuilder();
        } else {
          return password_ == null ?
              com.spotify.login5v3.Credentials.Password.getDefaultInstance() : password_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.Password password = 101;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.Password, com.spotify.login5v3.Credentials.Password.Builder, com.spotify.login5v3.Credentials.PasswordOrBuilder> 
          getPasswordFieldBuilder() {
        if (passwordBuilder_ == null) {
          passwordBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.Password, com.spotify.login5v3.Credentials.Password.Builder, com.spotify.login5v3.Credentials.PasswordOrBuilder>(
                  getPassword(),
                  getParentForChildren(),
                  isClean());
          password_ = null;
        }
        return passwordBuilder_;
      }

      private com.spotify.login5v3.Credentials.FacebookAccessToken facebookAccessToken_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.FacebookAccessToken, com.spotify.login5v3.Credentials.FacebookAccessToken.Builder, com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder> facebookAccessTokenBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       * @return Whether the facebookAccessToken field is set.
       */
      public boolean hasFacebookAccessToken() {
        return facebookAccessTokenBuilder_ != null || facebookAccessToken_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       * @return The facebookAccessToken.
       */
      public com.spotify.login5v3.Credentials.FacebookAccessToken getFacebookAccessToken() {
        if (facebookAccessTokenBuilder_ == null) {
          return facebookAccessToken_ == null ? com.spotify.login5v3.Credentials.FacebookAccessToken.getDefaultInstance() : facebookAccessToken_;
        } else {
          return facebookAccessTokenBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public Builder setFacebookAccessToken(com.spotify.login5v3.Credentials.FacebookAccessToken value) {
        if (facebookAccessTokenBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          facebookAccessToken_ = value;
          onChanged();
        } else {
          facebookAccessTokenBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public Builder setFacebookAccessToken(
          com.spotify.login5v3.Credentials.FacebookAccessToken.Builder builderForValue) {
        if (facebookAccessTokenBuilder_ == null) {
          facebookAccessToken_ = builderForValue.build();
          onChanged();
        } else {
          facebookAccessTokenBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public Builder mergeFacebookAccessToken(com.spotify.login5v3.Credentials.FacebookAccessToken value) {
        if (facebookAccessTokenBuilder_ == null) {
          if (facebookAccessToken_ != null) {
            facebookAccessToken_ =
              com.spotify.login5v3.Credentials.FacebookAccessToken.newBuilder(facebookAccessToken_).mergeFrom(value).buildPartial();
          } else {
            facebookAccessToken_ = value;
          }
          onChanged();
        } else {
          facebookAccessTokenBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public Builder clearFacebookAccessToken() {
        if (facebookAccessTokenBuilder_ == null) {
          facebookAccessToken_ = null;
          onChanged();
        } else {
          facebookAccessToken_ = null;
          facebookAccessTokenBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public com.spotify.login5v3.Credentials.FacebookAccessToken.Builder getFacebookAccessTokenBuilder() {
        
        onChanged();
        return getFacebookAccessTokenFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      public com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder getFacebookAccessTokenOrBuilder() {
        if (facebookAccessTokenBuilder_ != null) {
          return facebookAccessTokenBuilder_.getMessageOrBuilder();
        } else {
          return facebookAccessToken_ == null ?
              com.spotify.login5v3.Credentials.FacebookAccessToken.getDefaultInstance() : facebookAccessToken_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.FacebookAccessToken facebook_access_token = 102;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.FacebookAccessToken, com.spotify.login5v3.Credentials.FacebookAccessToken.Builder, com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder> 
          getFacebookAccessTokenFieldBuilder() {
        if (facebookAccessTokenBuilder_ == null) {
          facebookAccessTokenBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.FacebookAccessToken, com.spotify.login5v3.Credentials.FacebookAccessToken.Builder, com.spotify.login5v3.Credentials.FacebookAccessTokenOrBuilder>(
                  getFacebookAccessToken(),
                  getParentForChildren(),
                  isClean());
          facebookAccessToken_ = null;
        }
        return facebookAccessTokenBuilder_;
      }

      private com.spotify.login5v3.Identifiers.PhoneNumber phoneNumber_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Identifiers.PhoneNumber, com.spotify.login5v3.Identifiers.PhoneNumber.Builder, com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder> phoneNumberBuilder_;
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       * @return Whether the phoneNumber field is set.
       */
      public boolean hasPhoneNumber() {
        return phoneNumberBuilder_ != null || phoneNumber_ != null;
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       * @return The phoneNumber.
       */
      public com.spotify.login5v3.Identifiers.PhoneNumber getPhoneNumber() {
        if (phoneNumberBuilder_ == null) {
          return phoneNumber_ == null ? com.spotify.login5v3.Identifiers.PhoneNumber.getDefaultInstance() : phoneNumber_;
        } else {
          return phoneNumberBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public Builder setPhoneNumber(com.spotify.login5v3.Identifiers.PhoneNumber value) {
        if (phoneNumberBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          phoneNumber_ = value;
          onChanged();
        } else {
          phoneNumberBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public Builder setPhoneNumber(
          com.spotify.login5v3.Identifiers.PhoneNumber.Builder builderForValue) {
        if (phoneNumberBuilder_ == null) {
          phoneNumber_ = builderForValue.build();
          onChanged();
        } else {
          phoneNumberBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public Builder mergePhoneNumber(com.spotify.login5v3.Identifiers.PhoneNumber value) {
        if (phoneNumberBuilder_ == null) {
          if (phoneNumber_ != null) {
            phoneNumber_ =
              com.spotify.login5v3.Identifiers.PhoneNumber.newBuilder(phoneNumber_).mergeFrom(value).buildPartial();
          } else {
            phoneNumber_ = value;
          }
          onChanged();
        } else {
          phoneNumberBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public Builder clearPhoneNumber() {
        if (phoneNumberBuilder_ == null) {
          phoneNumber_ = null;
          onChanged();
        } else {
          phoneNumber_ = null;
          phoneNumberBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public com.spotify.login5v3.Identifiers.PhoneNumber.Builder getPhoneNumberBuilder() {
        
        onChanged();
        return getPhoneNumberFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      public com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder getPhoneNumberOrBuilder() {
        if (phoneNumberBuilder_ != null) {
          return phoneNumberBuilder_.getMessageOrBuilder();
        } else {
          return phoneNumber_ == null ?
              com.spotify.login5v3.Identifiers.PhoneNumber.getDefaultInstance() : phoneNumber_;
        }
      }
      /**
       * <code>.spotify.login5.v3.identifiers.PhoneNumber phone_number = 103;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Identifiers.PhoneNumber, com.spotify.login5v3.Identifiers.PhoneNumber.Builder, com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder> 
          getPhoneNumberFieldBuilder() {
        if (phoneNumberBuilder_ == null) {
          phoneNumberBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Identifiers.PhoneNumber, com.spotify.login5v3.Identifiers.PhoneNumber.Builder, com.spotify.login5v3.Identifiers.PhoneNumberOrBuilder>(
                  getPhoneNumber(),
                  getParentForChildren(),
                  isClean());
          phoneNumber_ = null;
        }
        return phoneNumberBuilder_;
      }

      private com.spotify.login5v3.Credentials.OneTimeToken oneTimeToken_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.OneTimeToken, com.spotify.login5v3.Credentials.OneTimeToken.Builder, com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder> oneTimeTokenBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       * @return Whether the oneTimeToken field is set.
       */
      public boolean hasOneTimeToken() {
        return oneTimeTokenBuilder_ != null || oneTimeToken_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       * @return The oneTimeToken.
       */
      public com.spotify.login5v3.Credentials.OneTimeToken getOneTimeToken() {
        if (oneTimeTokenBuilder_ == null) {
          return oneTimeToken_ == null ? com.spotify.login5v3.Credentials.OneTimeToken.getDefaultInstance() : oneTimeToken_;
        } else {
          return oneTimeTokenBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public Builder setOneTimeToken(com.spotify.login5v3.Credentials.OneTimeToken value) {
        if (oneTimeTokenBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          oneTimeToken_ = value;
          onChanged();
        } else {
          oneTimeTokenBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public Builder setOneTimeToken(
          com.spotify.login5v3.Credentials.OneTimeToken.Builder builderForValue) {
        if (oneTimeTokenBuilder_ == null) {
          oneTimeToken_ = builderForValue.build();
          onChanged();
        } else {
          oneTimeTokenBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public Builder mergeOneTimeToken(com.spotify.login5v3.Credentials.OneTimeToken value) {
        if (oneTimeTokenBuilder_ == null) {
          if (oneTimeToken_ != null) {
            oneTimeToken_ =
              com.spotify.login5v3.Credentials.OneTimeToken.newBuilder(oneTimeToken_).mergeFrom(value).buildPartial();
          } else {
            oneTimeToken_ = value;
          }
          onChanged();
        } else {
          oneTimeTokenBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public Builder clearOneTimeToken() {
        if (oneTimeTokenBuilder_ == null) {
          oneTimeToken_ = null;
          onChanged();
        } else {
          oneTimeToken_ = null;
          oneTimeTokenBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public com.spotify.login5v3.Credentials.OneTimeToken.Builder getOneTimeTokenBuilder() {
        
        onChanged();
        return getOneTimeTokenFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      public com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder getOneTimeTokenOrBuilder() {
        if (oneTimeTokenBuilder_ != null) {
          return oneTimeTokenBuilder_.getMessageOrBuilder();
        } else {
          return oneTimeToken_ == null ?
              com.spotify.login5v3.Credentials.OneTimeToken.getDefaultInstance() : oneTimeToken_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.OneTimeToken one_time_token = 104;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.OneTimeToken, com.spotify.login5v3.Credentials.OneTimeToken.Builder, com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder> 
          getOneTimeTokenFieldBuilder() {
        if (oneTimeTokenBuilder_ == null) {
          oneTimeTokenBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.OneTimeToken, com.spotify.login5v3.Credentials.OneTimeToken.Builder, com.spotify.login5v3.Credentials.OneTimeTokenOrBuilder>(
                  getOneTimeToken(),
                  getParentForChildren(),
                  isClean());
          oneTimeToken_ = null;
        }
        return oneTimeTokenBuilder_;
      }

      private com.spotify.login5v3.Credentials.ParentChildCredential parentChildCredential_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.ParentChildCredential, com.spotify.login5v3.Credentials.ParentChildCredential.Builder, com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder> parentChildCredentialBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       * @return Whether the parentChildCredential field is set.
       */
      public boolean hasParentChildCredential() {
        return parentChildCredentialBuilder_ != null || parentChildCredential_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       * @return The parentChildCredential.
       */
      public com.spotify.login5v3.Credentials.ParentChildCredential getParentChildCredential() {
        if (parentChildCredentialBuilder_ == null) {
          return parentChildCredential_ == null ? com.spotify.login5v3.Credentials.ParentChildCredential.getDefaultInstance() : parentChildCredential_;
        } else {
          return parentChildCredentialBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public Builder setParentChildCredential(com.spotify.login5v3.Credentials.ParentChildCredential value) {
        if (parentChildCredentialBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          parentChildCredential_ = value;
          onChanged();
        } else {
          parentChildCredentialBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public Builder setParentChildCredential(
          com.spotify.login5v3.Credentials.ParentChildCredential.Builder builderForValue) {
        if (parentChildCredentialBuilder_ == null) {
          parentChildCredential_ = builderForValue.build();
          onChanged();
        } else {
          parentChildCredentialBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public Builder mergeParentChildCredential(com.spotify.login5v3.Credentials.ParentChildCredential value) {
        if (parentChildCredentialBuilder_ == null) {
          if (parentChildCredential_ != null) {
            parentChildCredential_ =
              com.spotify.login5v3.Credentials.ParentChildCredential.newBuilder(parentChildCredential_).mergeFrom(value).buildPartial();
          } else {
            parentChildCredential_ = value;
          }
          onChanged();
        } else {
          parentChildCredentialBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public Builder clearParentChildCredential() {
        if (parentChildCredentialBuilder_ == null) {
          parentChildCredential_ = null;
          onChanged();
        } else {
          parentChildCredential_ = null;
          parentChildCredentialBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public com.spotify.login5v3.Credentials.ParentChildCredential.Builder getParentChildCredentialBuilder() {
        
        onChanged();
        return getParentChildCredentialFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      public com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder getParentChildCredentialOrBuilder() {
        if (parentChildCredentialBuilder_ != null) {
          return parentChildCredentialBuilder_.getMessageOrBuilder();
        } else {
          return parentChildCredential_ == null ?
              com.spotify.login5v3.Credentials.ParentChildCredential.getDefaultInstance() : parentChildCredential_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.ParentChildCredential parent_child_credential = 105;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.ParentChildCredential, com.spotify.login5v3.Credentials.ParentChildCredential.Builder, com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder> 
          getParentChildCredentialFieldBuilder() {
        if (parentChildCredentialBuilder_ == null) {
          parentChildCredentialBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.ParentChildCredential, com.spotify.login5v3.Credentials.ParentChildCredential.Builder, com.spotify.login5v3.Credentials.ParentChildCredentialOrBuilder>(
                  getParentChildCredential(),
                  getParentForChildren(),
                  isClean());
          parentChildCredential_ = null;
        }
        return parentChildCredentialBuilder_;
      }

      private com.spotify.login5v3.Credentials.AppleSignInCredential appleSignInCredential_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.AppleSignInCredential, com.spotify.login5v3.Credentials.AppleSignInCredential.Builder, com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder> appleSignInCredentialBuilder_;
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       * @return Whether the appleSignInCredential field is set.
       */
      public boolean hasAppleSignInCredential() {
        return appleSignInCredentialBuilder_ != null || appleSignInCredential_ != null;
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       * @return The appleSignInCredential.
       */
      public com.spotify.login5v3.Credentials.AppleSignInCredential getAppleSignInCredential() {
        if (appleSignInCredentialBuilder_ == null) {
          return appleSignInCredential_ == null ? com.spotify.login5v3.Credentials.AppleSignInCredential.getDefaultInstance() : appleSignInCredential_;
        } else {
          return appleSignInCredentialBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public Builder setAppleSignInCredential(com.spotify.login5v3.Credentials.AppleSignInCredential value) {
        if (appleSignInCredentialBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          appleSignInCredential_ = value;
          onChanged();
        } else {
          appleSignInCredentialBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public Builder setAppleSignInCredential(
          com.spotify.login5v3.Credentials.AppleSignInCredential.Builder builderForValue) {
        if (appleSignInCredentialBuilder_ == null) {
          appleSignInCredential_ = builderForValue.build();
          onChanged();
        } else {
          appleSignInCredentialBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public Builder mergeAppleSignInCredential(com.spotify.login5v3.Credentials.AppleSignInCredential value) {
        if (appleSignInCredentialBuilder_ == null) {
          if (appleSignInCredential_ != null) {
            appleSignInCredential_ =
              com.spotify.login5v3.Credentials.AppleSignInCredential.newBuilder(appleSignInCredential_).mergeFrom(value).buildPartial();
          } else {
            appleSignInCredential_ = value;
          }
          onChanged();
        } else {
          appleSignInCredentialBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public Builder clearAppleSignInCredential() {
        if (appleSignInCredentialBuilder_ == null) {
          appleSignInCredential_ = null;
          onChanged();
        } else {
          appleSignInCredential_ = null;
          appleSignInCredentialBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public com.spotify.login5v3.Credentials.AppleSignInCredential.Builder getAppleSignInCredentialBuilder() {
        
        onChanged();
        return getAppleSignInCredentialFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      public com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder getAppleSignInCredentialOrBuilder() {
        if (appleSignInCredentialBuilder_ != null) {
          return appleSignInCredentialBuilder_.getMessageOrBuilder();
        } else {
          return appleSignInCredential_ == null ?
              com.spotify.login5v3.Credentials.AppleSignInCredential.getDefaultInstance() : appleSignInCredential_;
        }
      }
      /**
       * <code>.spotify.login5.v3.credentials.AppleSignInCredential apple_sign_in_credential = 106;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Credentials.AppleSignInCredential, com.spotify.login5v3.Credentials.AppleSignInCredential.Builder, com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder> 
          getAppleSignInCredentialFieldBuilder() {
        if (appleSignInCredentialBuilder_ == null) {
          appleSignInCredentialBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Credentials.AppleSignInCredential, com.spotify.login5v3.Credentials.AppleSignInCredential.Builder, com.spotify.login5v3.Credentials.AppleSignInCredentialOrBuilder>(
                  getAppleSignInCredential(),
                  getParentForChildren(),
                  isClean());
          appleSignInCredential_ = null;
        }
        return appleSignInCredentialBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.LoginRequest)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginRequest)
    private static final com.spotify.login5v3.Login5.LoginRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.LoginRequest();
    }

    public static com.spotify.login5v3.Login5.LoginRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<LoginRequest>
        PARSER = new com.google.protobuf.AbstractParser<LoginRequest>() {
      @java.lang.Override
      public LoginRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new LoginRequest(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<LoginRequest> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<LoginRequest> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.LoginRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface LoginOkOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.LoginOk)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>string username = 1;</code>
     * @return The username.
     */
    java.lang.String getUsername();
    /**
     * <code>string username = 1;</code>
     * @return The bytes for username.
     */
    com.google.protobuf.ByteString
        getUsernameBytes();

    /**
     * <code>string access_token = 2;</code>
     * @return The accessToken.
     */
    java.lang.String getAccessToken();
    /**
     * <code>string access_token = 2;</code>
     * @return The bytes for accessToken.
     */
    com.google.protobuf.ByteString
        getAccessTokenBytes();

    /**
     * <code>bytes stored_credential = 3;</code>
     * @return The storedCredential.
     */
    com.google.protobuf.ByteString getStoredCredential();

    /**
     * <code>int32 access_token_expires_in = 4;</code>
     * @return The accessTokenExpiresIn.
     */
    int getAccessTokenExpiresIn();
  }
  /**
   * Protobuf type {@code spotify.login5.v3.LoginOk}
   */
  public  static final class LoginOk extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.LoginOk)
      LoginOkOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use LoginOk.newBuilder() to construct.
    private LoginOk(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private LoginOk() {
      username_ = "";
      accessToken_ = "";
      storedCredential_ = com.google.protobuf.ByteString.EMPTY;
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new LoginOk();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private LoginOk(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

              username_ = s;
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              accessToken_ = s;
              break;
            }
            case 26: {

              storedCredential_ = input.readBytes();
              break;
            }
            case 32: {

              accessTokenExpiresIn_ = input.readInt32();
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginOk_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginOk_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.LoginOk.class, com.spotify.login5v3.Login5.LoginOk.Builder.class);
    }

    public static final int USERNAME_FIELD_NUMBER = 1;
    private volatile java.lang.Object username_;
    /**
     * <code>string username = 1;</code>
     * @return The username.
     */
    public java.lang.String getUsername() {
      java.lang.Object ref = username_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        username_ = s;
        return s;
      }
    }
    /**
     * <code>string username = 1;</code>
     * @return The bytes for username.
     */
    public com.google.protobuf.ByteString
        getUsernameBytes() {
      java.lang.Object ref = username_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        username_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int ACCESS_TOKEN_FIELD_NUMBER = 2;
    private volatile java.lang.Object accessToken_;
    /**
     * <code>string access_token = 2;</code>
     * @return The accessToken.
     */
    public java.lang.String getAccessToken() {
      java.lang.Object ref = accessToken_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        accessToken_ = s;
        return s;
      }
    }
    /**
     * <code>string access_token = 2;</code>
     * @return The bytes for accessToken.
     */
    public com.google.protobuf.ByteString
        getAccessTokenBytes() {
      java.lang.Object ref = accessToken_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        accessToken_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int STORED_CREDENTIAL_FIELD_NUMBER = 3;
    private com.google.protobuf.ByteString storedCredential_;
    /**
     * <code>bytes stored_credential = 3;</code>
     * @return The storedCredential.
     */
    public com.google.protobuf.ByteString getStoredCredential() {
      return storedCredential_;
    }

    public static final int ACCESS_TOKEN_EXPIRES_IN_FIELD_NUMBER = 4;
    private int accessTokenExpiresIn_;
    /**
     * <code>int32 access_token_expires_in = 4;</code>
     * @return The accessTokenExpiresIn.
     */
    public int getAccessTokenExpiresIn() {
      return accessTokenExpiresIn_;
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!getUsernameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, username_);
      }
      if (!getAccessTokenBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, accessToken_);
      }
      if (!storedCredential_.isEmpty()) {
        output.writeBytes(3, storedCredential_);
      }
      if (accessTokenExpiresIn_ != 0) {
        output.writeInt32(4, accessTokenExpiresIn_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!getUsernameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, username_);
      }
      if (!getAccessTokenBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
      }
      if (!storedCredential_.isEmpty()) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(3, storedCredential_);
      }
      if (accessTokenExpiresIn_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(4, accessTokenExpiresIn_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.LoginOk)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.LoginOk other = (com.spotify.login5v3.Login5.LoginOk) obj;

      if (!getUsername()
          .equals(other.getUsername())) return false;
      if (!getAccessToken()
          .equals(other.getAccessToken())) return false;
      if (!getStoredCredential()
          .equals(other.getStoredCredential())) return false;
      if (getAccessTokenExpiresIn()
          != other.getAccessTokenExpiresIn()) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + USERNAME_FIELD_NUMBER;
      hash = (53 * hash) + getUsername().hashCode();
      hash = (37 * hash) + ACCESS_TOKEN_FIELD_NUMBER;
      hash = (53 * hash) + getAccessToken().hashCode();
      hash = (37 * hash) + STORED_CREDENTIAL_FIELD_NUMBER;
      hash = (53 * hash) + getStoredCredential().hashCode();
      hash = (37 * hash) + ACCESS_TOKEN_EXPIRES_IN_FIELD_NUMBER;
      hash = (53 * hash) + getAccessTokenExpiresIn();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginOk parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.LoginOk prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.LoginOk}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.LoginOk)
        com.spotify.login5v3.Login5.LoginOkOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginOk_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginOk_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.LoginOk.class, com.spotify.login5v3.Login5.LoginOk.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.LoginOk.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        username_ = "";

        accessToken_ = "";

        storedCredential_ = com.google.protobuf.ByteString.EMPTY;

        accessTokenExpiresIn_ = 0;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginOk_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginOk getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.LoginOk.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginOk build() {
        com.spotify.login5v3.Login5.LoginOk result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginOk buildPartial() {
        com.spotify.login5v3.Login5.LoginOk result = new com.spotify.login5v3.Login5.LoginOk(this);
        result.username_ = username_;
        result.accessToken_ = accessToken_;
        result.storedCredential_ = storedCredential_;
        result.accessTokenExpiresIn_ = accessTokenExpiresIn_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.LoginOk) {
          return mergeFrom((com.spotify.login5v3.Login5.LoginOk)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.LoginOk other) {
        if (other == com.spotify.login5v3.Login5.LoginOk.getDefaultInstance()) return this;
        if (!other.getUsername().isEmpty()) {
          username_ = other.username_;
          onChanged();
        }
        if (!other.getAccessToken().isEmpty()) {
          accessToken_ = other.accessToken_;
          onChanged();
        }
        if (other.getStoredCredential() != com.google.protobuf.ByteString.EMPTY) {
          setStoredCredential(other.getStoredCredential());
        }
        if (other.getAccessTokenExpiresIn() != 0) {
          setAccessTokenExpiresIn(other.getAccessTokenExpiresIn());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.LoginOk parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.LoginOk) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object username_ = "";
      /**
       * <code>string username = 1;</code>
       * @return The username.
       */
      public java.lang.String getUsername() {
        java.lang.Object ref = username_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          username_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>string username = 1;</code>
       * @return The bytes for username.
       */
      public com.google.protobuf.ByteString
          getUsernameBytes() {
        java.lang.Object ref = username_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          username_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>string username = 1;</code>
       * @param value The username to set.
       * @return This builder for chaining.
       */
      public Builder setUsername(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        username_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>string username = 1;</code>
       * @return This builder for chaining.
       */
      public Builder clearUsername() {
        
        username_ = getDefaultInstance().getUsername();
        onChanged();
        return this;
      }
      /**
       * <code>string username = 1;</code>
       * @param value The bytes for username to set.
       * @return This builder for chaining.
       */
      public Builder setUsernameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        username_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object accessToken_ = "";
      /**
       * <code>string access_token = 2;</code>
       * @return The accessToken.
       */
      public java.lang.String getAccessToken() {
        java.lang.Object ref = accessToken_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          accessToken_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>string access_token = 2;</code>
       * @return The bytes for accessToken.
       */
      public com.google.protobuf.ByteString
          getAccessTokenBytes() {
        java.lang.Object ref = accessToken_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          accessToken_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>string access_token = 2;</code>
       * @param value The accessToken to set.
       * @return This builder for chaining.
       */
      public Builder setAccessToken(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        accessToken_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>string access_token = 2;</code>
       * @return This builder for chaining.
       */
      public Builder clearAccessToken() {
        
        accessToken_ = getDefaultInstance().getAccessToken();
        onChanged();
        return this;
      }
      /**
       * <code>string access_token = 2;</code>
       * @param value The bytes for accessToken to set.
       * @return This builder for chaining.
       */
      public Builder setAccessTokenBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        accessToken_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.ByteString storedCredential_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * <code>bytes stored_credential = 3;</code>
       * @return The storedCredential.
       */
      public com.google.protobuf.ByteString getStoredCredential() {
        return storedCredential_;
      }
      /**
       * <code>bytes stored_credential = 3;</code>
       * @param value The storedCredential to set.
       * @return This builder for chaining.
       */
      public Builder setStoredCredential(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        storedCredential_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>bytes stored_credential = 3;</code>
       * @return This builder for chaining.
       */
      public Builder clearStoredCredential() {
        
        storedCredential_ = getDefaultInstance().getStoredCredential();
        onChanged();
        return this;
      }

      private int accessTokenExpiresIn_ ;
      /**
       * <code>int32 access_token_expires_in = 4;</code>
       * @return The accessTokenExpiresIn.
       */
      public int getAccessTokenExpiresIn() {
        return accessTokenExpiresIn_;
      }
      /**
       * <code>int32 access_token_expires_in = 4;</code>
       * @param value The accessTokenExpiresIn to set.
       * @return This builder for chaining.
       */
      public Builder setAccessTokenExpiresIn(int value) {
        
        accessTokenExpiresIn_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>int32 access_token_expires_in = 4;</code>
       * @return This builder for chaining.
       */
      public Builder clearAccessTokenExpiresIn() {
        
        accessTokenExpiresIn_ = 0;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.LoginOk)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginOk)
    private static final com.spotify.login5v3.Login5.LoginOk DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.LoginOk();
    }

    public static com.spotify.login5v3.Login5.LoginOk getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<LoginOk>
        PARSER = new com.google.protobuf.AbstractParser<LoginOk>() {
      @java.lang.Override
      public LoginOk parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new LoginOk(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<LoginOk> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<LoginOk> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.LoginOk getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface LoginResponseOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.login5.v3.LoginResponse)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     * @return Whether the ok field is set.
     */
    boolean hasOk();
    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     * @return The ok.
     */
    com.spotify.login5v3.Login5.LoginOk getOk();
    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     */
    com.spotify.login5v3.Login5.LoginOkOrBuilder getOkOrBuilder();

    /**
     * <code>.spotify.login5.v3.LoginError error = 2;</code>
     * @return The enum numeric value on the wire for error.
     */
    int getErrorValue();
    /**
     * <code>.spotify.login5.v3.LoginError error = 2;</code>
     * @return The error.
     */
    com.spotify.login5v3.Login5.LoginError getError();

    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     * @return Whether the challenges field is set.
     */
    boolean hasChallenges();
    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     * @return The challenges.
     */
    com.spotify.login5v3.Login5.Challenges getChallenges();
    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     */
    com.spotify.login5v3.Login5.ChallengesOrBuilder getChallengesOrBuilder();

    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return A list containing the warnings.
     */
    java.util.List<com.spotify.login5v3.Login5.LoginResponse.Warnings> getWarningsList();
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return The count of warnings.
     */
    int getWarningsCount();
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @param index The index of the element to return.
     * @return The warnings at the given index.
     */
    com.spotify.login5v3.Login5.LoginResponse.Warnings getWarnings(int index);
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return A list containing the enum numeric values on the wire for warnings.
     */
    java.util.List<java.lang.Integer>
    getWarningsValueList();
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @param index The index of the value to return.
     * @return The enum numeric value on the wire of warnings at the given index.
     */
    int getWarningsValue(int index);

    /**
     * <code>bytes login_context = 5;</code>
     * @return The loginContext.
     */
    com.google.protobuf.ByteString getLoginContext();

    /**
     * <code>string identifier_token = 6;</code>
     * @return The identifierToken.
     */
    java.lang.String getIdentifierToken();
    /**
     * <code>string identifier_token = 6;</code>
     * @return The bytes for identifierToken.
     */
    com.google.protobuf.ByteString
        getIdentifierTokenBytes();

    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     * @return Whether the userInfo field is set.
     */
    boolean hasUserInfo();
    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     * @return The userInfo.
     */
    com.spotify.login5v3.UserInfoOuterClass.UserInfo getUserInfo();
    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     */
    com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder getUserInfoOrBuilder();
  }
  /**
   * Protobuf type {@code spotify.login5.v3.LoginResponse}
   */
  public  static final class LoginResponse extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.login5.v3.LoginResponse)
      LoginResponseOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use LoginResponse.newBuilder() to construct.
    private LoginResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private LoginResponse() {
      error_ = 0;
      warnings_ = java.util.Collections.emptyList();
      loginContext_ = com.google.protobuf.ByteString.EMPTY;
      identifierToken_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new LoginResponse();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private LoginResponse(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              com.spotify.login5v3.Login5.LoginOk.Builder subBuilder = null;
              if (ok_ != null) {
                subBuilder = ok_.toBuilder();
              }
              ok_ = input.readMessage(com.spotify.login5v3.Login5.LoginOk.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(ok_);
                ok_ = subBuilder.buildPartial();
              }

              break;
            }
            case 16: {
              int rawValue = input.readEnum();

              error_ = rawValue;
              break;
            }
            case 26: {
              com.spotify.login5v3.Login5.Challenges.Builder subBuilder = null;
              if (challenges_ != null) {
                subBuilder = challenges_.toBuilder();
              }
              challenges_ = input.readMessage(com.spotify.login5v3.Login5.Challenges.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(challenges_);
                challenges_ = subBuilder.buildPartial();
              }

              break;
            }
            case 32: {
              int rawValue = input.readEnum();
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                warnings_ = new java.util.ArrayList<java.lang.Integer>();
                mutable_bitField0_ |= 0x00000001;
              }
              warnings_.add(rawValue);
              break;
            }
            case 34: {
              int length = input.readRawVarint32();
              int oldLimit = input.pushLimit(length);
              while(input.getBytesUntilLimit() > 0) {
                int rawValue = input.readEnum();
                if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                  warnings_ = new java.util.ArrayList<java.lang.Integer>();
                  mutable_bitField0_ |= 0x00000001;
                }
                warnings_.add(rawValue);
              }
              input.popLimit(oldLimit);
              break;
            }
            case 42: {

              loginContext_ = input.readBytes();
              break;
            }
            case 50: {
              java.lang.String s = input.readStringRequireUtf8();

              identifierToken_ = s;
              break;
            }
            case 58: {
              com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder subBuilder = null;
              if (userInfo_ != null) {
                subBuilder = userInfo_.toBuilder();
              }
              userInfo_ = input.readMessage(com.spotify.login5v3.UserInfoOuterClass.UserInfo.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(userInfo_);
                userInfo_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) != 0)) {
          warnings_ = java.util.Collections.unmodifiableList(warnings_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginResponse_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.login5v3.Login5.LoginResponse.class, com.spotify.login5v3.Login5.LoginResponse.Builder.class);
    }

    /**
     * Protobuf enum {@code spotify.login5.v3.LoginResponse.Warnings}
     */
    public enum Warnings
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * <code>UNKNOWN_WARNING = 0;</code>
       */
      UNKNOWN_WARNING(0),
      /**
       * <code>DEPRECATED_PROTOCOL_VERSION = 1;</code>
       */
      DEPRECATED_PROTOCOL_VERSION(1),
      UNRECOGNIZED(-1),
      ;

      /**
       * <code>UNKNOWN_WARNING = 0;</code>
       */
      public static final int UNKNOWN_WARNING_VALUE = 0;
      /**
       * <code>DEPRECATED_PROTOCOL_VERSION = 1;</code>
       */
      public static final int DEPRECATED_PROTOCOL_VERSION_VALUE = 1;


      public final int getNumber() {
        if (this == UNRECOGNIZED) {
          throw new java.lang.IllegalArgumentException(
              "Can't get the number of an unknown enum value.");
        }
        return value;
      }

      /**
       * @param value The numeric wire value of the corresponding enum entry.
       * @return The enum associated with the given numeric wire value.
       * @deprecated Use {@link #forNumber(int)} instead.
       */
      @java.lang.Deprecated
      public static Warnings valueOf(int value) {
        return forNumber(value);
      }

      /**
       * @param value The numeric wire value of the corresponding enum entry.
       * @return The enum associated with the given numeric wire value.
       */
      public static Warnings forNumber(int value) {
        switch (value) {
          case 0: return UNKNOWN_WARNING;
          case 1: return DEPRECATED_PROTOCOL_VERSION;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap<Warnings>
          internalGetValueMap() {
        return internalValueMap;
      }
      private static final com.google.protobuf.Internal.EnumLiteMap<
          Warnings> internalValueMap =
            new com.google.protobuf.Internal.EnumLiteMap<Warnings>() {
              public Warnings findValueByNumber(int number) {
                return Warnings.forNumber(number);
              }
            };

      public final com.google.protobuf.Descriptors.EnumValueDescriptor
          getValueDescriptor() {
        return getDescriptor().getValues().get(ordinal());
      }
      public final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptorForType() {
        return getDescriptor();
      }
      public static final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.LoginResponse.getDescriptor().getEnumTypes().get(0);
      }

      private static final Warnings[] VALUES = values();

      public static Warnings valueOf(
          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
        if (desc.getType() != getDescriptor()) {
          throw new java.lang.IllegalArgumentException(
            "EnumValueDescriptor is not for this type.");
        }
        if (desc.getIndex() == -1) {
          return UNRECOGNIZED;
        }
        return VALUES[desc.getIndex()];
      }

      private final int value;

      private Warnings(int value) {
        this.value = value;
      }

      // @@protoc_insertion_point(enum_scope:spotify.login5.v3.LoginResponse.Warnings)
    }

    public static final int OK_FIELD_NUMBER = 1;
    private com.spotify.login5v3.Login5.LoginOk ok_;
    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     * @return Whether the ok field is set.
     */
    public boolean hasOk() {
      return ok_ != null;
    }
    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     * @return The ok.
     */
    public com.spotify.login5v3.Login5.LoginOk getOk() {
      return ok_ == null ? com.spotify.login5v3.Login5.LoginOk.getDefaultInstance() : ok_;
    }
    /**
     * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
     */
    public com.spotify.login5v3.Login5.LoginOkOrBuilder getOkOrBuilder() {
      return getOk();
    }

    public static final int ERROR_FIELD_NUMBER = 2;
    private int error_;
    /**
     * <code>.spotify.login5.v3.LoginError error = 2;</code>
     * @return The enum numeric value on the wire for error.
     */
    public int getErrorValue() {
      return error_;
    }
    /**
     * <code>.spotify.login5.v3.LoginError error = 2;</code>
     * @return The error.
     */
    public com.spotify.login5v3.Login5.LoginError getError() {
      @SuppressWarnings("deprecation")
      com.spotify.login5v3.Login5.LoginError result = com.spotify.login5v3.Login5.LoginError.valueOf(error_);
      return result == null ? com.spotify.login5v3.Login5.LoginError.UNRECOGNIZED : result;
    }

    public static final int CHALLENGES_FIELD_NUMBER = 3;
    private com.spotify.login5v3.Login5.Challenges challenges_;
    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     * @return Whether the challenges field is set.
     */
    public boolean hasChallenges() {
      return challenges_ != null;
    }
    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     * @return The challenges.
     */
    public com.spotify.login5v3.Login5.Challenges getChallenges() {
      return challenges_ == null ? com.spotify.login5v3.Login5.Challenges.getDefaultInstance() : challenges_;
    }
    /**
     * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
     */
    public com.spotify.login5v3.Login5.ChallengesOrBuilder getChallengesOrBuilder() {
      return getChallenges();
    }

    public static final int WARNINGS_FIELD_NUMBER = 4;
    private java.util.List<java.lang.Integer> warnings_;
    private static final com.google.protobuf.Internal.ListAdapter.Converter<
        java.lang.Integer, com.spotify.login5v3.Login5.LoginResponse.Warnings> warnings_converter_ =
            new com.google.protobuf.Internal.ListAdapter.Converter<
                java.lang.Integer, com.spotify.login5v3.Login5.LoginResponse.Warnings>() {
              public com.spotify.login5v3.Login5.LoginResponse.Warnings convert(java.lang.Integer from) {
                @SuppressWarnings("deprecation")
                com.spotify.login5v3.Login5.LoginResponse.Warnings result = com.spotify.login5v3.Login5.LoginResponse.Warnings.valueOf(from);
                return result == null ? com.spotify.login5v3.Login5.LoginResponse.Warnings.UNRECOGNIZED : result;
              }
            };
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return A list containing the warnings.
     */
    public java.util.List<com.spotify.login5v3.Login5.LoginResponse.Warnings> getWarningsList() {
      return new com.google.protobuf.Internal.ListAdapter<
          java.lang.Integer, com.spotify.login5v3.Login5.LoginResponse.Warnings>(warnings_, warnings_converter_);
    }
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return The count of warnings.
     */
    public int getWarningsCount() {
      return warnings_.size();
    }
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @param index The index of the element to return.
     * @return The warnings at the given index.
     */
    public com.spotify.login5v3.Login5.LoginResponse.Warnings getWarnings(int index) {
      return warnings_converter_.convert(warnings_.get(index));
    }
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @return A list containing the enum numeric values on the wire for warnings.
     */
    public java.util.List<java.lang.Integer>
    getWarningsValueList() {
      return warnings_;
    }
    /**
     * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
     * @param index The index of the value to return.
     * @return The enum numeric value on the wire of warnings at the given index.
     */
    public int getWarningsValue(int index) {
      return warnings_.get(index);
    }
    private int warningsMemoizedSerializedSize;

    public static final int LOGIN_CONTEXT_FIELD_NUMBER = 5;
    private com.google.protobuf.ByteString loginContext_;
    /**
     * <code>bytes login_context = 5;</code>
     * @return The loginContext.
     */
    public com.google.protobuf.ByteString getLoginContext() {
      return loginContext_;
    }

    public static final int IDENTIFIER_TOKEN_FIELD_NUMBER = 6;
    private volatile java.lang.Object identifierToken_;
    /**
     * <code>string identifier_token = 6;</code>
     * @return The identifierToken.
     */
    public java.lang.String getIdentifierToken() {
      java.lang.Object ref = identifierToken_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        identifierToken_ = s;
        return s;
      }
    }
    /**
     * <code>string identifier_token = 6;</code>
     * @return The bytes for identifierToken.
     */
    public com.google.protobuf.ByteString
        getIdentifierTokenBytes() {
      java.lang.Object ref = identifierToken_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        identifierToken_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int USER_INFO_FIELD_NUMBER = 7;
    private com.spotify.login5v3.UserInfoOuterClass.UserInfo userInfo_;
    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     * @return Whether the userInfo field is set.
     */
    public boolean hasUserInfo() {
      return userInfo_ != null;
    }
    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     * @return The userInfo.
     */
    public com.spotify.login5v3.UserInfoOuterClass.UserInfo getUserInfo() {
      return userInfo_ == null ? com.spotify.login5v3.UserInfoOuterClass.UserInfo.getDefaultInstance() : userInfo_;
    }
    /**
     * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
     */
    public com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder getUserInfoOrBuilder() {
      return getUserInfo();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (ok_ != null) {
        output.writeMessage(1, getOk());
      }
      if (error_ != com.spotify.login5v3.Login5.LoginError.UNKNOWN_ERROR.getNumber()) {
        output.writeEnum(2, error_);
      }
      if (challenges_ != null) {
        output.writeMessage(3, getChallenges());
      }
      if (getWarningsList().size() > 0) {
        output.writeUInt32NoTag(34);
        output.writeUInt32NoTag(warningsMemoizedSerializedSize);
      }
      for (int i = 0; i < warnings_.size(); i++) {
        output.writeEnumNoTag(warnings_.get(i));
      }
      if (!loginContext_.isEmpty()) {
        output.writeBytes(5, loginContext_);
      }
      if (!getIdentifierTokenBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, identifierToken_);
      }
      if (userInfo_ != null) {
        output.writeMessage(7, getUserInfo());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (ok_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, getOk());
      }
      if (error_ != com.spotify.login5v3.Login5.LoginError.UNKNOWN_ERROR.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(2, error_);
      }
      if (challenges_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getChallenges());
      }
      {
        int dataSize = 0;
        for (int i = 0; i < warnings_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeEnumSizeNoTag(warnings_.get(i));
        }
        size += dataSize;
        if (!getWarningsList().isEmpty()) {  size += 1;
          size += com.google.protobuf.CodedOutputStream
            .computeUInt32SizeNoTag(dataSize);
        }warningsMemoizedSerializedSize = dataSize;
      }
      if (!loginContext_.isEmpty()) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(5, loginContext_);
      }
      if (!getIdentifierTokenBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, identifierToken_);
      }
      if (userInfo_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(7, getUserInfo());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.spotify.login5v3.Login5.LoginResponse)) {
        return super.equals(obj);
      }
      com.spotify.login5v3.Login5.LoginResponse other = (com.spotify.login5v3.Login5.LoginResponse) obj;

      if (hasOk() != other.hasOk()) return false;
      if (hasOk()) {
        if (!getOk()
            .equals(other.getOk())) return false;
      }
      if (error_ != other.error_) return false;
      if (hasChallenges() != other.hasChallenges()) return false;
      if (hasChallenges()) {
        if (!getChallenges()
            .equals(other.getChallenges())) return false;
      }
      if (!warnings_.equals(other.warnings_)) return false;
      if (!getLoginContext()
          .equals(other.getLoginContext())) return false;
      if (!getIdentifierToken()
          .equals(other.getIdentifierToken())) return false;
      if (hasUserInfo() != other.hasUserInfo()) return false;
      if (hasUserInfo()) {
        if (!getUserInfo()
            .equals(other.getUserInfo())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (hasOk()) {
        hash = (37 * hash) + OK_FIELD_NUMBER;
        hash = (53 * hash) + getOk().hashCode();
      }
      hash = (37 * hash) + ERROR_FIELD_NUMBER;
      hash = (53 * hash) + error_;
      if (hasChallenges()) {
        hash = (37 * hash) + CHALLENGES_FIELD_NUMBER;
        hash = (53 * hash) + getChallenges().hashCode();
      }
      if (getWarningsCount() > 0) {
        hash = (37 * hash) + WARNINGS_FIELD_NUMBER;
        hash = (53 * hash) + warnings_.hashCode();
      }
      hash = (37 * hash) + LOGIN_CONTEXT_FIELD_NUMBER;
      hash = (53 * hash) + getLoginContext().hashCode();
      hash = (37 * hash) + IDENTIFIER_TOKEN_FIELD_NUMBER;
      hash = (53 * hash) + getIdentifierToken().hashCode();
      if (hasUserInfo()) {
        hash = (37 * hash) + USER_INFO_FIELD_NUMBER;
        hash = (53 * hash) + getUserInfo().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.login5v3.Login5.LoginResponse parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.spotify.login5v3.Login5.LoginResponse prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code spotify.login5.v3.LoginResponse}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.login5.v3.LoginResponse)
        com.spotify.login5v3.Login5.LoginResponseOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginResponse_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginResponse_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.login5v3.Login5.LoginResponse.class, com.spotify.login5v3.Login5.LoginResponse.Builder.class);
      }

      // Construct using com.spotify.login5v3.Login5.LoginResponse.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (okBuilder_ == null) {
          ok_ = null;
        } else {
          ok_ = null;
          okBuilder_ = null;
        }
        error_ = 0;

        if (challengesBuilder_ == null) {
          challenges_ = null;
        } else {
          challenges_ = null;
          challengesBuilder_ = null;
        }
        warnings_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        loginContext_ = com.google.protobuf.ByteString.EMPTY;

        identifierToken_ = "";

        if (userInfoBuilder_ == null) {
          userInfo_ = null;
        } else {
          userInfo_ = null;
          userInfoBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.login5v3.Login5.internal_static_spotify_login5_v3_LoginResponse_descriptor;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginResponse getDefaultInstanceForType() {
        return com.spotify.login5v3.Login5.LoginResponse.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginResponse build() {
        com.spotify.login5v3.Login5.LoginResponse result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.login5v3.Login5.LoginResponse buildPartial() {
        com.spotify.login5v3.Login5.LoginResponse result = new com.spotify.login5v3.Login5.LoginResponse(this);
        int from_bitField0_ = bitField0_;
        if (okBuilder_ == null) {
          result.ok_ = ok_;
        } else {
          result.ok_ = okBuilder_.build();
        }
        result.error_ = error_;
        if (challengesBuilder_ == null) {
          result.challenges_ = challenges_;
        } else {
          result.challenges_ = challengesBuilder_.build();
        }
        if (((bitField0_ & 0x00000001) != 0)) {
          warnings_ = java.util.Collections.unmodifiableList(warnings_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.warnings_ = warnings_;
        result.loginContext_ = loginContext_;
        result.identifierToken_ = identifierToken_;
        if (userInfoBuilder_ == null) {
          result.userInfo_ = userInfo_;
        } else {
          result.userInfo_ = userInfoBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.spotify.login5v3.Login5.LoginResponse) {
          return mergeFrom((com.spotify.login5v3.Login5.LoginResponse)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.spotify.login5v3.Login5.LoginResponse other) {
        if (other == com.spotify.login5v3.Login5.LoginResponse.getDefaultInstance()) return this;
        if (other.hasOk()) {
          mergeOk(other.getOk());
        }
        if (other.error_ != 0) {
          setErrorValue(other.getErrorValue());
        }
        if (other.hasChallenges()) {
          mergeChallenges(other.getChallenges());
        }
        if (!other.warnings_.isEmpty()) {
          if (warnings_.isEmpty()) {
            warnings_ = other.warnings_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureWarningsIsMutable();
            warnings_.addAll(other.warnings_);
          }
          onChanged();
        }
        if (other.getLoginContext() != com.google.protobuf.ByteString.EMPTY) {
          setLoginContext(other.getLoginContext());
        }
        if (!other.getIdentifierToken().isEmpty()) {
          identifierToken_ = other.identifierToken_;
          onChanged();
        }
        if (other.hasUserInfo()) {
          mergeUserInfo(other.getUserInfo());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.spotify.login5v3.Login5.LoginResponse parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.spotify.login5v3.Login5.LoginResponse) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private com.spotify.login5v3.Login5.LoginOk ok_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.LoginOk, com.spotify.login5v3.Login5.LoginOk.Builder, com.spotify.login5v3.Login5.LoginOkOrBuilder> okBuilder_;
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       * @return Whether the ok field is set.
       */
      public boolean hasOk() {
        return okBuilder_ != null || ok_ != null;
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       * @return The ok.
       */
      public com.spotify.login5v3.Login5.LoginOk getOk() {
        if (okBuilder_ == null) {
          return ok_ == null ? com.spotify.login5v3.Login5.LoginOk.getDefaultInstance() : ok_;
        } else {
          return okBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public Builder setOk(com.spotify.login5v3.Login5.LoginOk value) {
        if (okBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ok_ = value;
          onChanged();
        } else {
          okBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public Builder setOk(
          com.spotify.login5v3.Login5.LoginOk.Builder builderForValue) {
        if (okBuilder_ == null) {
          ok_ = builderForValue.build();
          onChanged();
        } else {
          okBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public Builder mergeOk(com.spotify.login5v3.Login5.LoginOk value) {
        if (okBuilder_ == null) {
          if (ok_ != null) {
            ok_ =
              com.spotify.login5v3.Login5.LoginOk.newBuilder(ok_).mergeFrom(value).buildPartial();
          } else {
            ok_ = value;
          }
          onChanged();
        } else {
          okBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public Builder clearOk() {
        if (okBuilder_ == null) {
          ok_ = null;
          onChanged();
        } else {
          ok_ = null;
          okBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public com.spotify.login5v3.Login5.LoginOk.Builder getOkBuilder() {
        
        onChanged();
        return getOkFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      public com.spotify.login5v3.Login5.LoginOkOrBuilder getOkOrBuilder() {
        if (okBuilder_ != null) {
          return okBuilder_.getMessageOrBuilder();
        } else {
          return ok_ == null ?
              com.spotify.login5v3.Login5.LoginOk.getDefaultInstance() : ok_;
        }
      }
      /**
       * <code>.spotify.login5.v3.LoginOk ok = 1;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.LoginOk, com.spotify.login5v3.Login5.LoginOk.Builder, com.spotify.login5v3.Login5.LoginOkOrBuilder> 
          getOkFieldBuilder() {
        if (okBuilder_ == null) {
          okBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Login5.LoginOk, com.spotify.login5v3.Login5.LoginOk.Builder, com.spotify.login5v3.Login5.LoginOkOrBuilder>(
                  getOk(),
                  getParentForChildren(),
                  isClean());
          ok_ = null;
        }
        return okBuilder_;
      }

      private int error_ = 0;
      /**
       * <code>.spotify.login5.v3.LoginError error = 2;</code>
       * @return The enum numeric value on the wire for error.
       */
      public int getErrorValue() {
        return error_;
      }
      /**
       * <code>.spotify.login5.v3.LoginError error = 2;</code>
       * @param value The enum numeric value on the wire for error to set.
       * @return This builder for chaining.
       */
      public Builder setErrorValue(int value) {
        error_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginError error = 2;</code>
       * @return The error.
       */
      public com.spotify.login5v3.Login5.LoginError getError() {
        @SuppressWarnings("deprecation")
        com.spotify.login5v3.Login5.LoginError result = com.spotify.login5v3.Login5.LoginError.valueOf(error_);
        return result == null ? com.spotify.login5v3.Login5.LoginError.UNRECOGNIZED : result;
      }
      /**
       * <code>.spotify.login5.v3.LoginError error = 2;</code>
       * @param value The error to set.
       * @return This builder for chaining.
       */
      public Builder setError(com.spotify.login5v3.Login5.LoginError value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        error_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * <code>.spotify.login5.v3.LoginError error = 2;</code>
       * @return This builder for chaining.
       */
      public Builder clearError() {
        
        error_ = 0;
        onChanged();
        return this;
      }

      private com.spotify.login5v3.Login5.Challenges challenges_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.Challenges, com.spotify.login5v3.Login5.Challenges.Builder, com.spotify.login5v3.Login5.ChallengesOrBuilder> challengesBuilder_;
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       * @return Whether the challenges field is set.
       */
      public boolean hasChallenges() {
        return challengesBuilder_ != null || challenges_ != null;
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       * @return The challenges.
       */
      public com.spotify.login5v3.Login5.Challenges getChallenges() {
        if (challengesBuilder_ == null) {
          return challenges_ == null ? com.spotify.login5v3.Login5.Challenges.getDefaultInstance() : challenges_;
        } else {
          return challengesBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public Builder setChallenges(com.spotify.login5v3.Login5.Challenges value) {
        if (challengesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          challenges_ = value;
          onChanged();
        } else {
          challengesBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public Builder setChallenges(
          com.spotify.login5v3.Login5.Challenges.Builder builderForValue) {
        if (challengesBuilder_ == null) {
          challenges_ = builderForValue.build();
          onChanged();
        } else {
          challengesBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public Builder mergeChallenges(com.spotify.login5v3.Login5.Challenges value) {
        if (challengesBuilder_ == null) {
          if (challenges_ != null) {
            challenges_ =
              com.spotify.login5v3.Login5.Challenges.newBuilder(challenges_).mergeFrom(value).buildPartial();
          } else {
            challenges_ = value;
          }
          onChanged();
        } else {
          challengesBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public Builder clearChallenges() {
        if (challengesBuilder_ == null) {
          challenges_ = null;
          onChanged();
        } else {
          challenges_ = null;
          challengesBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public com.spotify.login5v3.Login5.Challenges.Builder getChallengesBuilder() {
        
        onChanged();
        return getChallengesFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      public com.spotify.login5v3.Login5.ChallengesOrBuilder getChallengesOrBuilder() {
        if (challengesBuilder_ != null) {
          return challengesBuilder_.getMessageOrBuilder();
        } else {
          return challenges_ == null ?
              com.spotify.login5v3.Login5.Challenges.getDefaultInstance() : challenges_;
        }
      }
      /**
       * <code>.spotify.login5.v3.Challenges challenges = 3;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.Login5.Challenges, com.spotify.login5v3.Login5.Challenges.Builder, com.spotify.login5v3.Login5.ChallengesOrBuilder> 
          getChallengesFieldBuilder() {
        if (challengesBuilder_ == null) {
          challengesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.Login5.Challenges, com.spotify.login5v3.Login5.Challenges.Builder, com.spotify.login5v3.Login5.ChallengesOrBuilder>(
                  getChallenges(),
                  getParentForChildren(),
                  isClean());
          challenges_ = null;
        }
        return challengesBuilder_;
      }

      private java.util.List<java.lang.Integer> warnings_ =
        java.util.Collections.emptyList();
      private void ensureWarningsIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          warnings_ = new java.util.ArrayList<java.lang.Integer>(warnings_);
          bitField0_ |= 0x00000001;
        }
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @return A list containing the warnings.
       */
      public java.util.List<com.spotify.login5v3.Login5.LoginResponse.Warnings> getWarningsList() {
        return new com.google.protobuf.Internal.ListAdapter<
            java.lang.Integer, com.spotify.login5v3.Login5.LoginResponse.Warnings>(warnings_, warnings_converter_);
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @return The count of warnings.
       */
      public int getWarningsCount() {
        return warnings_.size();
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param index The index of the element to return.
       * @return The warnings at the given index.
       */
      public com.spotify.login5v3.Login5.LoginResponse.Warnings getWarnings(int index) {
        return warnings_converter_.convert(warnings_.get(index));
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param index The index to set the value at.
       * @param value The warnings to set.
       * @return This builder for chaining.
       */
      public Builder setWarnings(
          int index, com.spotify.login5v3.Login5.LoginResponse.Warnings value) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureWarningsIsMutable();
        warnings_.set(index, value.getNumber());
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param value The warnings to add.
       * @return This builder for chaining.
       */
      public Builder addWarnings(com.spotify.login5v3.Login5.LoginResponse.Warnings value) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureWarningsIsMutable();
        warnings_.add(value.getNumber());
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param values The warnings to add.
       * @return This builder for chaining.
       */
      public Builder addAllWarnings(
          java.lang.Iterable<? extends com.spotify.login5v3.Login5.LoginResponse.Warnings> values) {
        ensureWarningsIsMutable();
        for (com.spotify.login5v3.Login5.LoginResponse.Warnings value : values) {
          warnings_.add(value.getNumber());
        }
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @return This builder for chaining.
       */
      public Builder clearWarnings() {
        warnings_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @return A list containing the enum numeric values on the wire for warnings.
       */
      public java.util.List<java.lang.Integer>
      getWarningsValueList() {
        return java.util.Collections.unmodifiableList(warnings_);
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param index The index of the value to return.
       * @return The enum numeric value on the wire of warnings at the given index.
       */
      public int getWarningsValue(int index) {
        return warnings_.get(index);
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param index The index of the value to return.
       * @return The enum numeric value on the wire of warnings at the given index.
       * @return This builder for chaining.
       */
      public Builder setWarningsValue(
          int index, int value) {
        ensureWarningsIsMutable();
        warnings_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param value The enum numeric value on the wire for warnings to add.
       * @return This builder for chaining.
       */
      public Builder addWarningsValue(int value) {
        ensureWarningsIsMutable();
        warnings_.add(value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated .spotify.login5.v3.LoginResponse.Warnings warnings = 4;</code>
       * @param values The enum numeric values on the wire for warnings to add.
       * @return This builder for chaining.
       */
      public Builder addAllWarningsValue(
          java.lang.Iterable<java.lang.Integer> values) {
        ensureWarningsIsMutable();
        for (int value : values) {
          warnings_.add(value);
        }
        onChanged();
        return this;
      }

      private com.google.protobuf.ByteString loginContext_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * <code>bytes login_context = 5;</code>
       * @return The loginContext.
       */
      public com.google.protobuf.ByteString getLoginContext() {
        return loginContext_;
      }
      /**
       * <code>bytes login_context = 5;</code>
       * @param value The loginContext to set.
       * @return This builder for chaining.
       */
      public Builder setLoginContext(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        loginContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>bytes login_context = 5;</code>
       * @return This builder for chaining.
       */
      public Builder clearLoginContext() {
        
        loginContext_ = getDefaultInstance().getLoginContext();
        onChanged();
        return this;
      }

      private java.lang.Object identifierToken_ = "";
      /**
       * <code>string identifier_token = 6;</code>
       * @return The identifierToken.
       */
      public java.lang.String getIdentifierToken() {
        java.lang.Object ref = identifierToken_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          identifierToken_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * <code>string identifier_token = 6;</code>
       * @return The bytes for identifierToken.
       */
      public com.google.protobuf.ByteString
          getIdentifierTokenBytes() {
        java.lang.Object ref = identifierToken_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          identifierToken_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * <code>string identifier_token = 6;</code>
       * @param value The identifierToken to set.
       * @return This builder for chaining.
       */
      public Builder setIdentifierToken(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        identifierToken_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>string identifier_token = 6;</code>
       * @return This builder for chaining.
       */
      public Builder clearIdentifierToken() {
        
        identifierToken_ = getDefaultInstance().getIdentifierToken();
        onChanged();
        return this;
      }
      /**
       * <code>string identifier_token = 6;</code>
       * @param value The bytes for identifierToken to set.
       * @return This builder for chaining.
       */
      public Builder setIdentifierTokenBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        identifierToken_ = value;
        onChanged();
        return this;
      }

      private com.spotify.login5v3.UserInfoOuterClass.UserInfo userInfo_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.UserInfoOuterClass.UserInfo, com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder, com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder> userInfoBuilder_;
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       * @return Whether the userInfo field is set.
       */
      public boolean hasUserInfo() {
        return userInfoBuilder_ != null || userInfo_ != null;
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       * @return The userInfo.
       */
      public com.spotify.login5v3.UserInfoOuterClass.UserInfo getUserInfo() {
        if (userInfoBuilder_ == null) {
          return userInfo_ == null ? com.spotify.login5v3.UserInfoOuterClass.UserInfo.getDefaultInstance() : userInfo_;
        } else {
          return userInfoBuilder_.getMessage();
        }
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public Builder setUserInfo(com.spotify.login5v3.UserInfoOuterClass.UserInfo value) {
        if (userInfoBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          userInfo_ = value;
          onChanged();
        } else {
          userInfoBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public Builder setUserInfo(
          com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder builderForValue) {
        if (userInfoBuilder_ == null) {
          userInfo_ = builderForValue.build();
          onChanged();
        } else {
          userInfoBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public Builder mergeUserInfo(com.spotify.login5v3.UserInfoOuterClass.UserInfo value) {
        if (userInfoBuilder_ == null) {
          if (userInfo_ != null) {
            userInfo_ =
              com.spotify.login5v3.UserInfoOuterClass.UserInfo.newBuilder(userInfo_).mergeFrom(value).buildPartial();
          } else {
            userInfo_ = value;
          }
          onChanged();
        } else {
          userInfoBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public Builder clearUserInfo() {
        if (userInfoBuilder_ == null) {
          userInfo_ = null;
          onChanged();
        } else {
          userInfo_ = null;
          userInfoBuilder_ = null;
        }

        return this;
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder getUserInfoBuilder() {
        
        onChanged();
        return getUserInfoFieldBuilder().getBuilder();
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      public com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder getUserInfoOrBuilder() {
        if (userInfoBuilder_ != null) {
          return userInfoBuilder_.getMessageOrBuilder();
        } else {
          return userInfo_ == null ?
              com.spotify.login5v3.UserInfoOuterClass.UserInfo.getDefaultInstance() : userInfo_;
        }
      }
      /**
       * <code>.spotify.login5.v3.UserInfo user_info = 7;</code>
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.spotify.login5v3.UserInfoOuterClass.UserInfo, com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder, com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder> 
          getUserInfoFieldBuilder() {
        if (userInfoBuilder_ == null) {
          userInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.spotify.login5v3.UserInfoOuterClass.UserInfo, com.spotify.login5v3.UserInfoOuterClass.UserInfo.Builder, com.spotify.login5v3.UserInfoOuterClass.UserInfoOrBuilder>(
                  getUserInfo(),
                  getParentForChildren(),
                  isClean());
          userInfo_ = null;
        }
        return userInfoBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:spotify.login5.v3.LoginResponse)
    }

    // @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginResponse)
    private static final com.spotify.login5v3.Login5.LoginResponse DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.login5v3.Login5.LoginResponse();
    }

    public static com.spotify.login5v3.Login5.LoginResponse getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<LoginResponse>
        PARSER = new com.google.protobuf.AbstractParser<LoginResponse>() {
      @java.lang.Override
      public LoginResponse parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new LoginResponse(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser<LoginResponse> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<LoginResponse> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.spotify.login5v3.Login5.LoginResponse getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_Challenges_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_Challenges_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_Challenge_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_Challenge_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_ChallengeSolutions_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_ChallengeSolutions_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_ChallengeSolution_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_ChallengeSolution_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_LoginRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_LoginRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_LoginOk_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_LoginOk_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_login5_v3_LoginResponse_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_login5_v3_LoginResponse_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\036spotify/login5/v3/login5.proto\022\021spotif" +
      "y.login5.v3\032#spotify/login5/v3/client_in" +
      "fo.proto\032!spotify/login5/v3/user_info.pr" +
      "oto\032\'spotify/login5/v3/challenges/code.p" +
      "roto\032+spotify/login5/v3/challenges/hashc" +
      "ash.proto\032/spotify/login5/v3/credentials" +
      "/credentials.proto\032/spotify/login5/v3/id" +
      "entifiers/identifiers.proto\">\n\nChallenge" +
      "s\0220\n\nchallenges\030\001 \003(\0132\034.spotify.login5.v" +
      "3.Challenge\"\211\001\n\tChallenge\022A\n\010hashcash\030\001 " +
      "\001(\0132/.spotify.login5.v3.challenges.Hashc" +
      "ashChallenge\0229\n\004code\030\002 \001(\0132+.spotify.log" +
      "in5.v3.challenges.CodeChallenge\"M\n\022Chall" +
      "engeSolutions\0227\n\tsolutions\030\001 \003(\0132$.spoti" +
      "fy.login5.v3.ChallengeSolution\"\217\001\n\021Chall" +
      "engeSolution\022@\n\010hashcash\030\001 \001(\0132..spotify" +
      ".login5.v3.challenges.HashcashSolution\0228" +
      "\n\004code\030\002 \001(\0132*.spotify.login5.v3.challen" +
      "ges.CodeSolution\"\255\005\n\014LoginRequest\0222\n\013cli" +
      "ent_info\030\001 \001(\0132\035.spotify.login5.v3.Clien" +
      "tInfo\022\025\n\rlogin_context\030\002 \001(\014\022B\n\023challeng" +
      "e_solutions\030\003 \001(\0132%.spotify.login5.v3.Ch" +
      "allengeSolutions\022J\n\021stored_credential\030d " +
      "\001(\0132/.spotify.login5.v3.credentials.Stor" +
      "edCredential\0229\n\010password\030e \001(\0132\'.spotify" +
      ".login5.v3.credentials.Password\022Q\n\025faceb" +
      "ook_access_token\030f \001(\01322.spotify.login5." +
      "v3.credentials.FacebookAccessToken\022@\n\014ph" +
      "one_number\030g \001(\0132*.spotify.login5.v3.ide" +
      "ntifiers.PhoneNumber\022C\n\016one_time_token\030h" +
      " \001(\0132+.spotify.login5.v3.credentials.One" +
      "TimeToken\022U\n\027parent_child_credential\030i \001" +
      "(\01324.spotify.login5.v3.credentials.Paren" +
      "tChildCredential\022V\n\030apple_sign_in_creden" +
      "tial\030j \001(\01324.spotify.login5.v3.credentia" +
      "ls.AppleSignInCredential\"m\n\007LoginOk\022\020\n\010u" +
      "sername\030\001 \001(\t\022\024\n\014access_token\030\002 \001(\t\022\031\n\021s" +
      "tored_credential\030\003 \001(\014\022\037\n\027access_token_e" +
      "xpires_in\030\004 \001(\005\"\370\002\n\rLoginResponse\022&\n\002ok\030" +
      "\001 \001(\0132\032.spotify.login5.v3.LoginOk\022,\n\005err" +
      "or\030\002 \001(\0162\035.spotify.login5.v3.LoginError\022" +
      "1\n\nchallenges\030\003 \001(\0132\035.spotify.login5.v3." +
      "Challenges\022;\n\010warnings\030\004 \003(\0162).spotify.l" +
      "ogin5.v3.LoginResponse.Warnings\022\025\n\rlogin" +
      "_context\030\005 \001(\014\022\030\n\020identifier_token\030\006 \001(\t" +
      "\022.\n\tuser_info\030\007 \001(\0132\033.spotify.login5.v3." +
      "UserInfo\"@\n\010Warnings\022\023\n\017UNKNOWN_WARNING\020" +
      "\000\022\037\n\033DEPRECATED_PROTOCOL_VERSION\020\001*\323\001\n\nL" +
      "oginError\022\021\n\rUNKNOWN_ERROR\020\000\022\027\n\023INVALID_" +
      "CREDENTIALS\020\001\022\017\n\013BAD_REQUEST\020\002\022\036\n\032UNSUPP" +
      "ORTED_LOGIN_PROTOCOL\020\003\022\013\n\007TIMEOUT\020\004\022\026\n\022U" +
      "NKNOWN_IDENTIFIER\020\005\022\025\n\021TOO_MANY_ATTEMPTS" +
      "\020\006\022\027\n\023INVALID_PHONENUMBER\020\007\022\023\n\017TRY_AGAIN" +
      "_LATER\020\010B\026\n\024com.spotify.login5v3b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.spotify.login5v3.ClientInfoOuterClass.getDescriptor(),
          com.spotify.login5v3.UserInfoOuterClass.getDescriptor(),
          com.spotify.login5v3.Code.getDescriptor(),
          com.spotify.login5v3.Hashcash.getDescriptor(),
          com.spotify.login5v3.Credentials.getDescriptor(),
          com.spotify.login5v3.Identifiers.getDescriptor(),
        });
    internal_static_spotify_login5_v3_Challenges_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_spotify_login5_v3_Challenges_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_Challenges_descriptor,
        new java.lang.String[] { "Challenges", });
    internal_static_spotify_login5_v3_Challenge_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_spotify_login5_v3_Challenge_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_Challenge_descriptor,
        new java.lang.String[] { "Hashcash", "Code", });
    internal_static_spotify_login5_v3_ChallengeSolutions_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_spotify_login5_v3_ChallengeSolutions_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_ChallengeSolutions_descriptor,
        new java.lang.String[] { "Solutions", });
    internal_static_spotify_login5_v3_ChallengeSolution_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_spotify_login5_v3_ChallengeSolution_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_ChallengeSolution_descriptor,
        new java.lang.String[] { "Hashcash", "Code", });
    internal_static_spotify_login5_v3_LoginRequest_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_spotify_login5_v3_LoginRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_LoginRequest_descriptor,
        new java.lang.String[] { "ClientInfo", "LoginContext", "ChallengeSolutions", "StoredCredential", "Password", "FacebookAccessToken", "PhoneNumber", "OneTimeToken", "ParentChildCredential", "AppleSignInCredential", });
    internal_static_spotify_login5_v3_LoginOk_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_spotify_login5_v3_LoginOk_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_LoginOk_descriptor,
        new java.lang.String[] { "Username", "AccessToken", "StoredCredential", "AccessTokenExpiresIn", });
    internal_static_spotify_login5_v3_LoginResponse_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_spotify_login5_v3_LoginResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_login5_v3_LoginResponse_descriptor,
        new java.lang.String[] { "Ok", "Error", "Challenges", "Warnings", "LoginContext", "IdentifierToken", "UserInfo", });
    com.spotify.login5v3.ClientInfoOuterClass.getDescriptor();
    com.spotify.login5v3.UserInfoOuterClass.getDescriptor();
    com.spotify.login5v3.Code.getDescriptor();
    com.spotify.login5v3.Hashcash.getDescriptor();
    com.spotify.login5v3.Credentials.getDescriptor();
    com.spotify.login5v3.Identifiers.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
