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

authentication.extensionapp.TokensRepository Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package authentication.extensionapp;

import model.AppAuthResponse;

import java.util.Optional;

public interface TokensRepository {

  AppAuthResponse save(AppAuthResponse appAuthResponse);

  Optional get(String appToken);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy