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

com.flyfish.oauth.builder.OAuthStateBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.flyfish.oauth.builder;

/**
 * state字段构建器
 * @author wangyu
 */
public interface OAuthStateBuilder {

    String build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy