me.figo.internal.CreateUserResponse Maven / Gradle / Ivy
package me.figo.internal;
import com.google.gson.annotations.Expose;
/**
* Helper type for user creation
*/
public class CreateUserResponse {
@Expose
public String recovery_password;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy