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

com.seepine.auth.entity.AuthBody Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta.18
Show newest version
package com.seepine.auth.entity;

/**
 * authBody,暂无使用
 *
 * @author seepine
 */
public class AuthBody {
    String accessToken;
    String refreshToken;
    String deleteToken;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy