Table of Contents

Method IsWellFormed

Namespace
MailFathom.Common.OAuth
Assembly
MailFathom.Common.dll

IsWellFormed(string?)

Reports whether a configured value has the shape OAuth requires of an identifier.

public static bool IsWellFormed(string? configuredValue)

Parameters

configuredValue string

The configured identifier, for example https://sso.example.test/realms/mailfathom.

Returns

bool

true when the value is usable as an OAuth identifier; otherwise false.