mineos-market-client
    Preparing search index...

    Type Alias UserCredentials

    User authentication credentials and profile information

    type UserCredentials = {
        id: number;
        token: string;
        name: string;
        email: string;
        isVerified: VerificationStatus;
        timestamp: number;
    }
    Index

    Properties

    id: number

    User's unique identifier

    token: string

    Authentication token for API requests

    name: string

    User's display name

    email: string

    User's email address

    isVerified: VerificationStatus

    Whether the user's email is verified

    timestamp: number

    Timestamp of the login