com.mojang.authlib.yggdrasil.response

public class RefreshResponse

extends Response

com.mojang.authlib.yggdrasil.response.RefreshResponse

Field summary

Modifier and TypeField
private String
accessToken
private String
clientToken
private GameProfile
selectedProfile
private GameProfile[]
availableProfiles
private User
user

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
getAccessToken()
public String
getClientToken()
public GameProfile[]
getAvailableProfiles()
public GameProfile
getSelectedProfile()
public User
getUser()