MinecraftAuthService class
- Implemented types
Constructors
- MinecraftAuthService.new({required String clientId, Client? httpClient})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkGameOwnership(
) → Future< bool> -
override
-
clearCache(
) → void -
override
-
getAccountprofile(
) → Future< MinecraftAccountProfile> -
override
-
getMinecraftAccessToken(
String uhs, String xstsToken) → Future< MinecraftTokenResponse> -
override
-
getMinecraftAccessTokenWithDeviceCode(
String deviceCode) → Future< MinecraftTokenResponse> -
override
-
getMinecraftToken(
String xstsToken) → Future< String> -
override
-
getProfileWithToken(
String token) → Future< MinecraftAccountProfile> - Gets the Minecraft profile using a provided access token
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited