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

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

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

/**
 * @author Ivan Stefanov 
 */
public interface ResourceOwnerStore {
  void save(ResourceOwner resourceOwner);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy