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

com.github.yiuman.citrus.security.properties.SecurityConstants Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.github.yiuman.citrus.security.properties;

/**
 * 系统安全相关常量
 *
 * @author yiuman
 * @date 2020/3/22
 */
public interface SecurityConstants {

    String AUTHENTICATE_ENDPOINT = "/rest/authenticate";

    String VERIFY_ENDPOINT_PREFIX = "/rest/verify";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy