Yes, you can use them!
All OATH-compliant tokens come with a seed file containing each token's secret key. For the Mi-Token hardware tokens, we need to reformat that seed file into a CSV format defined by Azure AD, then securely send you the CSV file. You will need to modify the CSV file to add usernames to each token and then upload it to Azure.
The following article from Microsoft describes the CSV file structure:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-oath-tokens
The file we provide you contains the seed data in Hexadecimal format. Azure AD requires the seed info to be expressed in base32 format. Convert the seed strings into base32 before using them.
Notes: