MicrosoftAccountDetailsValidation typedef

MicrosoftAccountDetailsValidation = void Function(MicrosoftAccountDetails accountDetails)

Function to be called to check whether a Microsoft account details match the requirements during registration.

Implementation

typedef MicrosoftAccountDetailsValidation =
    void Function(MicrosoftAccountDetails accountDetails);