All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pusher.client.user.impl.message.AuthenticationResponse Maven / Gradle / Ivy

The newest version!
package com.pusher.client.user.impl.message;

import com.google.gson.annotations.SerializedName;

public class AuthenticationResponse {

    private String auth;

    @SerializedName("user_data")
    private String userData;

    public String getAuth() {
        return auth;
    }

    public String getUserData() {
        return userData;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy