IAuthDelegate Interface

Definition

Interface that is used to provide mip with the user token.

public interface IAuthDelegate
type IAuthDelegate = interface
Public Interface IAuthDelegate

Methods

AcquireToken(Identity, String, String, String)

This method is called when an auth token is required for the policy engine with the given identity and the given challenge.

Applies to