NpmAddUserSettingsExtensions.

UsingAuthentication(NpmAddUserSettings, AuthType) Method

Summary

Defines the authentication strategy to use.

Syntax

public static NpmAddUserSettings UsingAuthentication(this NpmAddUserSettings settings, AuthType authType)

Parameters

Name Type Description
settings NpmAddUserSettings The settings.
authType AuthType The authentication type.

Return Value

Type Description
NpmAddUserSettings The NpmAddUserSettings instance with authType added to AuthType.
GitHub
Discussion