public class AuthenticationResponse extends Object
| 构造器和说明 |
|---|
AuthenticationResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AuthenticationResponse |
error(int code,
String message) |
static AuthenticationResponse |
success() |
static AuthenticationResponse |
success(String deviceId) |
public static AuthenticationResponse success()
public static AuthenticationResponse success(String deviceId)
public static AuthenticationResponse error(int code, String message)
Copyright © 2019–2022. All rights reserved.