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

com.github.hburgmeier.jerseyoauth2.api.token.IAccessTokenInfo Maven / Gradle / Ivy

The newest version!
package com.github.hburgmeier.jerseyoauth2.api.token;

import java.util.Set;

import com.github.hburgmeier.jerseyoauth2.api.user.IUser;

public interface IAccessTokenInfo {

	IUser getUser();

	String getClientId();

	Set getAuthorizedScopes();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy