IAuthenticationPlugin

This is the authentication method plugin interface to implement when a new customer-defined authentication method is wanted.

Methods

Name Description

Authenticate

Authenticate is called with an AuthenticationRequest object to the plugin.

The plugin will return an AuthenticationReply to Pointsharp ID.

Parameters

Name Description

request

(Psid.API.Authentication.AuthenticationRequest)

The incoming authentication request object.

Returns

The outgoing authentication reply object.