CDP Frontend SDK
    Preparing search index...

    Type Alias User

    The User object.

    type User = {
        userId: string;
        authenticationMethods: AuthenticationMethods;
        evmAccounts?: EvmAddress[];
        evmSmartAccounts?: EvmAddress[];
    }
    Index

    Properties

    userId: string

    The user ID.

    authenticationMethods: AuthenticationMethods

    The authentication methods used by the user.

    evmAccounts?: EvmAddress[]

    The EVM accounts associated with the user.

    evmSmartAccounts?: EvmAddress[]

    The EVM smart accounts associated with the user.