![JAR search and dependency download from the Maven repository](/logo.png)
com.healthy.common.security.ScopeNames Maven / Gradle / Ivy
The newest version!
package com.healthy.common.security;
/**
* ScopeNames
*
* @author xm.z
*/
public final class ScopeNames {
/**
* 跳过验证码
*/
public static final String SKIP_CAPTCHA = "skip_captcha";
/**
* 跳过密码解密 (使用明文传输)
*/
public static final String SKIP_PASSWORD_DECODE = "skip_password_decode";
private ScopeNames() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy