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

fun.fengwk.convention4j.oauth2.server.service.mode.OAuth2AuthorizeService Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
package fun.fengwk.convention4j.oauth2.server.service.mode;

import fun.fengwk.convention4j.oauth2.server.model.context.AuthorizeContext;

import java.net.URI;

/**
 * @author fengwk
 */
public interface OAuth2AuthorizeService {

    /**
     * 获取支持的responseType
     */
    String supportResponseType();

    URI authorize(AuthorizeContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy