Handle okta verify push

Hi, we are developing custom okta login using the kotlin sdk. How do we handle okta verify push notification once user approves it in their okta verify app?

Hi @varkey. Please look over the following documentation for information on the sign-in flow and the Authenticator object, which would handle Okta Verify: Overview of the mobile Identity Engine SDK | Okta Developer

1 Like

Thanks for your reply.

Is this supported in classic engine android sdk?

Figured it out by using AuthenticationClient.verifyFactor method by passing factorId and state token in classic engine sdk