Table of Contents

Constructor OidcCallbackParameters

Namespace
MongoDB.Driver.Core.Authentication.Oidc
Assembly
MongoDB.Driver.Core.dll

OidcCallbackParameters(int, string)

Initializes a new instance of the OidcCallbackParameters class.

public OidcCallbackParameters(int version, string userName)

Parameters

version int

Callback API version number.

userName string

User name.