listDeviceSessions abstract method
- @GET.new("/multi-session/list-device-sessions")
Lists every account signed in on this device.
Implementation
@GET("/multi-session/list-device-sessions")
Future<Result<List<SessionResponse>>> listDeviceSessions();
Lists every account signed in on this device.
@GET("/multi-session/list-device-sessions")
Future<Result<List<SessionResponse>>> listDeviceSessions();