Table of Contents

Constructor OAuthJsonContext

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

OAuthJsonContext()

public OAuthJsonContext()

OAuthJsonContext(JsonSerializerOptions)

Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.

public OAuthJsonContext(JsonSerializerOptions options)

Parameters

options JsonSerializerOptions

The run time provided options for the context instance.