Method | Description | |
---|---|---|
AdalTokenProvider ( ) : System | ||
AdalTokenProvider ( IWin32Window parentWindow, string>.IDictionary |
||
GetCachedToken ( WindowsAzureSubscription subscription, string userId ) : IAccessToken | ||
GetNewToken ( WindowsAzureEnvironment environment ) : IAccessToken | ||
GetNewToken ( WindowsAzureSubscription subscription, string userId ) : IAccessToken |
Method | Description | |
---|---|---|
AcquireToken ( |
||
ClearCookies ( ) : void | ||
CreateContext ( |
||
DecodeCachedAuthResult ( TokenCacheKey key ) : AuthenticationResult |
Decode cache contents into something we can feed to AuthenticationResult.Deserialize. WARNING: This will be deprecated eventually by ADAL team and replaced by something supported.
|
|
GetExceptionMessage ( |
||
GetRefreshToken ( AdalAccessToken token ) : string | ||
IsExpired ( AdalAccessToken token ) : bool | ||
Renew ( AdalAccessToken token ) : void |
public AdalTokenProvider ( IWin32Window parentWindow, string>.IDictionary |
||
parentWindow | IWin32Window | |
tokenCache | string>.IDictionary | |
return | System |
public GetCachedToken ( WindowsAzureSubscription subscription, string userId ) : IAccessToken | ||
subscription | WindowsAzureSubscription | |
userId | string | |
return | IAccessToken |
public GetNewToken ( WindowsAzureEnvironment environment ) : IAccessToken | ||
environment | WindowsAzureEnvironment | |
return | IAccessToken |
public GetNewToken ( WindowsAzureSubscription subscription, string userId ) : IAccessToken | ||
subscription | WindowsAzureSubscription | |
userId | string | |
return | IAccessToken |