LinkMenuExpand(external link)DocumentSearchCopyCopied

IAuthenticationPlugin interface

The primary interface implemented by an authentication plugin.

public interface IAuthenticationPlugin

Members

namedescription
Name { get; }Gets the authentication plugin name.
CreateResponse(…)Creates the authentication response.

See Also