Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

The pin expiry option is ignored in the Verify request #74

Open
panyushov opened this issue Mar 15, 2022 · 0 comments · May be fixed by #86
Open

The pin expiry option is ignored in the Verify request #74

panyushov opened this issue Mar 15, 2022 · 0 comments · May be fixed by #86

Comments

@panyushov
Copy link

Setting pin expiry to 60 seconds has no effect. SMS received after the API call states that the pin will expire after 5 minutes (default value).

Example:

	opts := vonage.VerifyOpts{
		PinExpiry:  60,
	}
	response, errResp, err := verifyClient.Request(
		phoneNumber,
		"TestBrand",
		opts,
	)
@tenkoh tenkoh linked a pull request Nov 10, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant