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

FidoConstants #2151

Closed melissaahn closed 1 year ago

melissaahn commented 1 year ago

Summary

This PR creates the FidoConstants class, which currently has two constants related to the WebAuthn extra query parameter. This query parameter will be passed into MSAL by host apps when they want to declare that they are WebAuthn capable. The constants in this class will be used by msalTestApp, which will have a switch to add the query parameter.