Interface RefreshResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RefreshResponse, RefreshResponse.Builder
@Generated
public interface RefreshResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe refreshed Minecraft account with updated tokens.The refreshed Minecraft account with updated tokens.booleanThe refreshed Minecraft account with updated tokens.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAccount
boolean hasAccount()The refreshed Minecraft account with updated tokens. Contains new access tokens and updated expiration times. For offline accounts, returns the same account unchanged.
.soulfire.v1.MinecraftAccountProto account = 1;- Returns:
- Whether the account field is set.
-
getAccount
MinecraftAccountProto getAccount()The refreshed Minecraft account with updated tokens. Contains new access tokens and updated expiration times. For offline accounts, returns the same account unchanged.
.soulfire.v1.MinecraftAccountProto account = 1;- Returns:
- The account.
-
getAccountOrBuilder
MinecraftAccountProtoOrBuilder getAccountOrBuilder()The refreshed Minecraft account with updated tokens. Contains new access tokens and updated expiration times. For offline accounts, returns the same account unchanged.
.soulfire.v1.MinecraftAccountProto account = 1;
-