-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Same issue in relation to verifying MFA for a bank login. I would need to create an instance of the object directly with an ID to update the document at a later point. I figure the BaseDocument object creation is meant to be private as it has a comment suggesting it shouldn't be initialized directly.
# @note It should not be necessary to call this method directly.
def initialize(**args)
Keep in mind this SDK is being used on the backend, it is Ruby after all. Most of these actions need to be able to happen in isolation so you need some easy way to start from where you left off at. Its simply not feasible that you'd be doing bank login and answering MFA in the same session as the samples suggest. I would have to save a users' login credentials to do that!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels