IAuthenticationCallback interface
Interface for getting access token. Apps should implement this interface and pass it to the APIs that do authenticated REST calls.
Syntax
public interface class IAuthenticationCallback : IInspectable
Members
The IAuthenticationCallback interface inherits from IInspectable. IAuthenticationCallback also has these types of members:
Methods
The IAuthenticationCallback interface has these methods. It also inherits methods from the Object class.
Method | Description |
---|---|
GetTokenAsync | Apps must implement this method to authenticate and return an access token. |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
Microsoft::RightsManagement |
Metadata |
|