![JAR search and dependency download from the Maven repository](/logo.png)
com.pusher.client.user.impl.message.AuthenticationResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-java-client Show documentation
Show all versions of pusher-java-client Show documentation
This is a Java client library for Pusher, targeted at core Java and Android.
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