This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Defines the authentication strategy to use.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .AddUser - Containing Type
- Npm
Add User Settings Extensions
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. |
