verification/start does not include support for code_length
roe opened this issue · 0 comments
roe commented
Per the verification api docs[1] there is support for a code_length param. However in authy-python, there does not seem to be support for this per the verification_start method [2].
1: https://www.twilio.com/docs/api/verify/rest
2: https://github.com/authy/authy-python/blob/d4857b6daf78c8fe4ee9fe37394ecd2027d31555/authy/api/resources.py#L318