Interface Credential

Interface representing a Nylas Credential object.

Hierarchy

  • Credential

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

Generated using TypeDoc