OpenAuth icon indicating copy to clipboard operation
OpenAuth copied to clipboard

Added new method to allow the user to decide if they want to retrieve the profile or not

Open shaivilp opened this issue 2 years ago • 0 comments

Pull Request Etiquette

Changes

  • [✓ ] Internal code
  • [ ] Documentation
  • [ ] Other: _____

Closes Issue: NaN

Description

These commits add a new function / method loginWithCredentials(String email, String password, boolean retrieveProfile) this method can be used for minecraft accounts without a username set such as giftcards or gamepass accounts it returns the MicrosoftAuthResult with the MinecraftProfile set to null

shaivilp avatar Jan 16 '24 17:01 shaivilp