CDP Frontend SDK
Preparing search index...
@coinbase/cdp-core
AuthenticationMethods
Type Alias AuthenticationMethods
The authentication methods used by the user.
type
AuthenticationMethods
=
{
email
?:
EmailAuthentication
;
sms
?:
SmsAuthentication
;
}
Index
Properties
email?
sms?
Properties
Optional
email
email
?:
EmailAuthentication
Optional
sms
sms
?:
SmsAuthentication
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
sms
CDP Frontend SDK
Loading...
The authentication methods used by the user.