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

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

@panyushov

Description

@panyushov

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,
	)

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