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

fun.fengwk.upms.share.oauth2.constant.UserSubjectScope Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.oauth2.constant;

/**
 * @author fengwk
 */
public enum UserSubjectScope {

    /**
     * 命名空间+用户id+用户状态
     */
    BASE,

    /**
     * 用户名
     */
    USERNAME,

    /**
     * 用户昵称
     */
    NICKNAME,

    /**
     * 用户邮箱
     */
    EMAIL,

    /**
     * 用户手机
     */
    MOBILE,

    /**
     * 用户属性
     */
    PROPERTIES;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy