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);
}