okta/okta-auth-swift

Design for MFA verify operations

nbarbettini opened this issue · 0 comments

Please design the API contract for the MFA verify operations (enroll, activate, verify). Here is the Java implementation for inspiration: https://github.com/okta/okta-auth-java/blob/master/api/src/main/java/com/okta/authn/sdk/client/AuthenticationClient.java#L294-L341

The definition of done for this issue is a proposed interface for how a developer would interact with these operations in Swift.