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

    Class AuthenticationResults

    Represents an Authentication-Results header value.

    Index
    authenticationServiceIdentifier: string | null = null

    The authentication service identifier.

    instance: number | null = null

    The optional instance identifier.

    version: number | null = null

    The optional authentication service version.

    The authentication method results.

    • Attempts to parse an Authentication-Results header value.

      Parameters

      • buffer: Uint8Array<ArrayBufferLike> | null | undefined
      • startIndex: number = 0
      • length: number = ...

      Returns Result<AuthenticationResults>

      A Result; { ok: false } with a MimeError on malformed input or invalid arguments.