getMinecraftAccessTokenWithDeviceCode abstract method

Future<MinecraftTokenResponse> getMinecraftAccessTokenWithDeviceCode(
  1. String deviceCode
)

Implementation

Future<MinecraftTokenResponse> getMinecraftAccessTokenWithDeviceCode(
  String deviceCode,
);