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

cn.featherfly.authorities.authentication.Authentications Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version

/*
 * All rights Reserved, Designed By zhongj
 * @Title: Authentications.java
 * @Package cn.featherfly.authorities.authentication
 * @Description: TODO (用一句话描述该文件做什么)
 * @author: zhongj
 * @date: 2022-04-22 18:14:22
 * @Copyright: 2022 www.featherfly.cn Inc. All rights reserved.
 */
package cn.featherfly.authorities.authentication;

/**
 * Authentications.
 *
 * @author zhongj
 */
public enum Authentications implements Authentication {
    /**
     * 用户名密码
     */
    USERNAME_PASSWORD,
    /**
     * 手机短信(语音)验证码
     */
    MOBILE_VALIDCODE,
    /**
     * 微信登录
     */
    WECHAT,
    /**
     * 支付宝登录
     */
    ALIPAY;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy