package com.ikea.shared.user.model;

import com.google.gson.annotations.SerializedName;

public class AuthenticationResult
{

  @SerializedName("AuthReason")
  private AuthReason mAuthReason;

  public AuthReason getAuthReason()
  {
    return this.mAuthReason;
  }

  public String toString()
  {
    return "AuthenticationResult [mAuthReason=" + this.mAuthReason + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.user.model.AuthenticationResult
 * JD-Core Version:    0.6.2
 */