Interface DeviceCodeAuthRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeviceCodeAuthRequest, DeviceCodeAuthRequest.Builder

@Generated public interface DeviceCodeAuthRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The UUID of the SoulFire instance to authenticate the account for.
    com.google.protobuf.ByteString
    The UUID of the SoulFire instance to authenticate the account for.
    The device code authentication service type to use: - MICROSOFT_JAVA_DEVICE_CODE: Microsoft Java Edition account - MICROSOFT_BEDROCK_DEVICE_CODE: Microsoft Bedrock Edition account
    int
    The device code authentication service type to use: - MICROSOFT_JAVA_DEVICE_CODE: Microsoft Java Edition account - MICROSOFT_BEDROCK_DEVICE_CODE: Microsoft Bedrock Edition account

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getInstanceId

      String getInstanceId()
      The UUID of the SoulFire instance to authenticate the account for.
      Must be a valid UUID string. The instance must exist and the caller
      must have AUTHENTICATE_MC_ACCOUNT permission for this instance.
      
      string instance_id = 1;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
      The UUID of the SoulFire instance to authenticate the account for.
      Must be a valid UUID string. The instance must exist and the caller
      must have AUTHENTICATE_MC_ACCOUNT permission for this instance.
      
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getServiceValue

      int getServiceValue()
      The device code authentication service type to use:
      - MICROSOFT_JAVA_DEVICE_CODE: Microsoft Java Edition account
      - MICROSOFT_BEDROCK_DEVICE_CODE: Microsoft Bedrock Edition account
      
      .soulfire.v1.AccountTypeDeviceCode service = 2;
      Returns:
      The enum numeric value on the wire for service.
    • getService

      AccountTypeDeviceCode getService()
      The device code authentication service type to use:
      - MICROSOFT_JAVA_DEVICE_CODE: Microsoft Java Edition account
      - MICROSOFT_BEDROCK_DEVICE_CODE: Microsoft Bedrock Edition account
      
      .soulfire.v1.AccountTypeDeviceCode service = 2;
      Returns:
      The service.