LinkMenuExpand(external link) DocumentSearchCopyCopied

AuthenticationPlugins.Register method

Registers the specified authentication plugin. The name of this plugin must be unique.

public static void Register(IAuthenticationPlugin plugin)
parameterdescription
pluginThe authentication plugin.

See Also