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

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

package com.clouway.oauth2;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy