mimekit-ts - v1.0.0
    Preparing search index...

    Type Alias OpenPgpPasswordProvider

    OpenPgpPasswordProvider: (keyId: string) => string | null

    Callback that supplies the passphrase for a locked secret key, by key id.

    Type Declaration

      • (keyId: string): string | null
      • Parameters

        • keyId: string

        Returns string | null