CDP Frontend SDK
    Preparing search index...

    Type Alias AuthenticationMethods

    The authentication methods used by the user.

    type AuthenticationMethods = {
        email?: EmailAuthentication;
        sms?: SmsAuthentication;
    }
    Index

    Properties

    Properties