Table of Contents

Method Unauthenticated

Namespace
MailFathom.AI.Providers
Assembly
MailFathom.AI.dll

Unauthenticated()

Builds the credential of an endpoint that asks for none, which presents nothing.

public static ProviderEndpointCredential Unauthenticated()

Returns

ProviderEndpointCredential

The credential.

Remarks

A value rather than a null credential, so every caller goes on receiving one and the request that carries no authentication is a declared shape instead of a missing object nobody has to handle. It holds no material, so disposing it releases nothing.