AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Moving FidoConstants to common4j #2171

Closed melissaahn closed 1 year ago

melissaahn commented 1 year ago

Summary

Because a broker4j class needs to reference the Fido constants, this PR moves the FidoConstants class to common4j.

Related PRs