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

io.github.eliux.mega.auth.MegaAuth Maven / Gradle / Ivy

Go to download

Java client library that works on top of MEGAcmd to provide access to the services of Mega.nz

There is a newer version: 1.6.2
Show newest version
package io.github.eliux.mega.auth;

import io.github.eliux.mega.MegaSession;
import io.github.eliux.mega.error.MegaLoginException;

/**
 * Abstraction of authentication mechanisms, used to provide an strategy
 * of creating a MEGA session.
 */
public abstract class MegaAuth {

    abstract public MegaSession login() throws MegaLoginException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy