Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing maxAttempts attributes on Verify Struct #130

Open
anggapur opened this issue Oct 18, 2023 · 1 comment
Open

Missing maxAttempts attributes on Verify Struct #130

anggapur opened this issue Oct 18, 2023 · 1 comment

Comments

@anggapur
Copy link

Hi,

On message bird documentation about OTP Request it mention about maxAttempts attibutes to set the maximum number of token input attempts a user can do before the Verify object is marked as failed.

But it doesn't provided on the lib.

type Params struct {
Originator string
Reference string
Type string
Template string
DataCoding string
ReportURL string
Voice string
Language string
Timeout int
TokenLength int
Subject string
}

@OlfaKaroui
Copy link

I noticed the same issue and I created a PR attempting to address it #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants