CDP Frontend SDK
Preparing search index...
@coinbase/cdp-hooks
useLinkSms
Function useLinkSms
useLinkSms
()
:
{
linkSms
:
(
phoneNumber
:
string
,
)
=>
Promise
<
{
flowId
:
string
;
message
:
string
}
>
;
}
A hook for linking a SMS account to the current user.
Returns
{
linkSms
:
(
phoneNumber
:
string
,
)
=>
Promise
<
{
flowId
:
string
;
message
:
string
}
>
;
}
An object containing the linkSms function.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CDP Frontend SDK
Loading...
A hook for linking a SMS account to the current user.