You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds support to use Email as a channel on Verify (#105)
* This commit adds support to use Email as a channel on the Verify product.
The changes included in this changes are:
(1) "email" is now a supported verify type
(2) The property Recipient in the Verify object changed type from int to string to support email addresses. The Create methos signature was already expecting a string as the recipient so that was handy for this change to not be a bit breaking change to current users. If for some reasons the Recipient property was accssed directly, it might break current usage.
(3) The property Subject was added to enable SDK users to specify the Subkect of the OTP email
(4)The method GetVerifyEmailMessage was added to retrieve a email message object
(5) Tests for new method were added and previous tests were fix as change (1) broke them.
0 commit comments