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

com.blade.oauth2.issuer.OAuthIssuer Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
/**
 * 
 */

package com.blade.oauth2.issuer;

/**
 * 
 * @author BruceZCQ [[email protected]]
 * @version
 */
public interface OAuthIssuer {
	
    public String accessToken();

    public String authorizationCode();

    public String refreshToken();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy