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

com.github.shawven.security.connect.config.WxminiConfiguration Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.github.shawven.security.connect.config;

/**
 * @author Shoven
 * @date 2019-11-08
 */
public class WxminiConfiguration extends ProviderConfiguration {
    /**
     * 微信小程序的流程和标准的connect不一样,单独配置
     */
    private String wxMiniProviderId = "wxmini";

    public String getWxMiniProviderId() {
        return wxMiniProviderId;
    }

    public void setWxMiniProviderId(String wxMiniProviderId) {
        this.wxMiniProviderId = wxMiniProviderId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy