Skip to main content
function linkSms(phoneNumber: string): Promise<{
  flowId: string;
  message: string;
}>;
Links a SMS account to the current user.

Parameters

ParameterTypeDescription
phoneNumberstringThe phone number to link.

Returns

Promise<{ flowId: string; message: string; }> The result of the link SMS initiation.