IAuthorizationPlugin

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

Methods

Name Description

Authorize

Authorize is called with an AuthorizationRequest object to the plugin.

The plugin will return an AuthorizationReply to Pointsharp ID.

Parameters

Name Description

request

(Psid.API.Authorization.AuthorizationRequest)

The incoming authorization request object.

Returns

The outgoing authorization reply object.