IPolicyProfile.AcquireAuthToken(Cloud, IAuthDelegate) Method

Definition

Trigger an authentication callback

public void AcquireAuthToken (Microsoft.InformationProtection.Cloud cloud, Microsoft.InformationProtection.IAuthDelegate authDelegate);
abstract member AcquireAuthToken : Microsoft.InformationProtection.Cloud * Microsoft.InformationProtection.IAuthDelegate -> unit
Public Sub AcquireAuthToken (cloud As Cloud, authDelegate As IAuthDelegate)

Parameters

cloud
Cloud

Azure cloud.

authDelegate
IAuthDelegate

Authentication callback that will be invoked.

Applies to