SessionManager

public interface SessionManager

Interface for managing Sessions.

Implement this interface and pass it to the GiniMerchant constructor to provide your own session management.

Functions

Link copied to clipboard
public abstract Result<Session> getSession()