nylas
    Preparing search index...

    Interface Credential

    Interface representing a Nylas Credential object.

    interface Credential {
        createdAt?: number;
        credentialType?: CredentialType;
        hashedData?: string;
        id: string;
        name: string;
        updatedAt?: number;
    }
    Index

    Properties

    createdAt?: number

    Timestamp of when the credential was created

    credentialType?: CredentialType

    The type of credential

    hashedData?: string

    Hashed value of the credential that you created

    id: string

    Globally unique object identifier

    name: string

    Name of the credential

    updatedAt?: number

    Timestamp of when the credential was updated