We’re developing a native Android application and are using the GitHub - okta/okta-mobile-kotlin: Okta's Android Authentication SDK SDK to implement the web authentication flow (i.e. using WebAuthenticationClient). It is working well but now we’d like to gate specific actions within the app with a MFA okta request (i.e. when a critical operation is attempted to be performed an additional 2FA verification is requested before proceeding). Similar to this: https://sec.okta.com/articles/2020/06/adaptive-step-multi-factor-authentication
Is there a way to do this using the okta-mobile-kotlin SDK?