Skip to content

Extend SmsVerificationCodeSenderInterceptor

Yugang Zhou edited this page Aug 23, 2022 · 1 revision

SmsVerificationCodeSenderInterceptor is a new abstraction introduced from 0.9.6. You can block SMS PIN sending with it, or you can add custom behavior before or after sending SMS PIN.

The by default implementation of sending whitelist is an extension of it.

Clone this wiki locally