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

    Class AuthenticationMethodResult

    Represents a method result in an Authentication-Results header.

    Index
    office365AuthenticationServiceIdentifier: string | null = null

    The Office 365 authentication service identifier, if present.

    method: string

    The authentication method name.

    version: number | null = null

    The optional method version.

    result: string

    The authentication result token.

    resultComment: string | null = null

    The optional result comment.

    action: string | null = null

    The optional action specifier.

    reason: string | null = null

    The optional reason specifier.

    properties: AuthenticationMethodProperty[] = []

    The properties associated with this method result.

    • get Office365AuthenticationServiceIdentifier(): string | null

      The Office 365 authentication service identifier, if present.

      Returns string | null

    • set Office365AuthenticationServiceIdentifier(value: string | null): void

      Parameters

      • value: string | null

      Returns void