Method | Description | |
---|---|---|
AcquireTokenSilentAsync ( string scope ) : Task |
|
|
AcquireTokenSilentAsync ( string scope, |
|
|
AcquireTokenSilentAsync ( string scope, |
|
|
AcquireTokenSilentAsync ( string scope, string userIdentifier ) : Task |
|
|
AcquireTokenSilentAsync ( string scope, string userIdentifier, string authority, string policy, bool forceRefresh ) : Task |
|
Method | Description | |
---|---|---|
AbstractClientApplication ( string authority, string clientId, string redirectUri, bool validateAuthority ) : System |
Method | Description | |
---|---|---|
AbstractClientApplication ( ) : System | ||
AcquireTokenSilentCommonAsync ( |
||
AcquireTokenSilentCommonAsync ( |
||
GetHandlerData ( |
protected AbstractClientApplication ( string authority, string clientId, string redirectUri, bool validateAuthority ) : System | ||
authority | string | |
clientId | string | |
redirectUri | string | |
validateAuthority | bool | |
return | System |
public AcquireTokenSilentAsync ( string scope ) : Task |
||
scope | string | |
return | Task |
public AcquireTokenSilentAsync ( string scope, |
||
scope | string | |
user | ||
return | Task |
public AcquireTokenSilentAsync ( string scope, |
||
scope | string | |
user | ||
authority | string | |
policy | string | |
forceRefresh | bool | |
return | Task |
public AcquireTokenSilentAsync ( string scope, string userIdentifier ) : Task |
||
scope | string | |
userIdentifier | string | |
return | Task |
public AcquireTokenSilentAsync ( string scope, string userIdentifier, string authority, string policy, bool forceRefresh ) : Task |
||
scope | string | |
userIdentifier | string | |
authority | string | |
policy | string | |
forceRefresh | bool | |
return | Task |