Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

No way of overwriting the default message upon creation of an SmsFactor with implicit creation of Challenge  #1029

@mrafiei

Description

@mrafiei

In case users want to create an SmsFactor with implicit challenging in same request they do the following:

CreateSmsFactorRequestBuilder builder = Factors.SMS.newCreateRequestFor(factor).createChallenge();
factor = account.createFactor(builder.build());

There is no way for overwriting the default sms message.
Solution:
Either let the createChallenge() take a parameter String message or provide a new method createChallenge(String message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions