CDP Frontend SDK
Preparing search index...
@coinbase/cdp-core
SignInWithSmsResult
Type Alias SignInWithSmsResult
Result of signInWithSms.
type
SignInWithSmsResult
=
{
message
:
string
;
flowId
:
string
;
}
Index
Properties
message
flow
Id
Properties
message
message
:
string
The message to display to the user.
flow
Id
flowId
:
string
The flow ID to use in verifySmsOTP.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
flow
Id
CDP Frontend SDK
Loading...
Result of signInWithSms.