Table of Contents

Property AuthorizationServerErrorCode

Namespace
MailFathom.Infrastructure.Mail.OAuth
Assembly
MailFathom.Infrastructure.dll

AuthorizationServerErrorCode

Gets the authorization server's RFC 6749 error code, or null when it returned none.

public string? AuthorizationServerErrorCode { get; }

Property Value

string

Remarks

Absence has its own meaning here: the request failed before any response body could be read, which is a transport fault rather than a rejected grant.