Skip to content

Unable to update document without having a document instance #59

@javierjulio

Description

@javierjulio

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions