Table of Contents

Method Canonicalize

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

Canonicalize(string?)

Brings a configured identifier that has already been validated to its canonical form.

public static string Canonicalize(string? configuredValue)

Parameters

configuredValue string

The configured identifier.

Returns

string

The canonical identifier.

Exceptions

ArgumentException

Thrown when the value was never validated and is not usable as an OAuth identifier.