Delegate AcquireCookieAsyncDelegate
Asynchronous delegate to get a cookie to access a target resource
Namespace: PnP.Framework.Provisioning.ObjectHandlers
Assembly: PnP.Framework.dll
Syntax
public delegate Task<string> AcquireCookieAsyncDelegate(string resource);
Parameters
System.String
resource
The Resource to access |
Returns
Task<System.String>
The Cookie to access the target resource |