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

com.clouway.oauth2.exampleapp.SessionSecurity Maven / Gradle / Ivy

The newest version!
package com.clouway.oauth2.exampleapp;

import com.clouway.oauth2.Session;

/**
 * @author Ivan Stefanov 
 */
public interface SessionSecurity {
  Boolean exists(Session session);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy