Property | Type | Description | |
---|---|---|---|
CompletedTask | System.Threading.Tasks.Task | ||
restrictToSingleUser | bool |
Property | Type | Description | |
---|---|---|---|
AddPolicyParameter | string | ||
LogReturnedToken | void | ||
MapIdentifierToUser | User | ||
NotifyAfterAccessCache | void | ||
NotifyBeforeAccessCache | void | ||
PreRunAsync | System.Threading.Tasks.Task | ||
PreTokenRequest | System.Threading.Tasks.Task | ||
RefreshAccessTokenAsync | Task |
||
SendHttpMessageAsync | Task |
||
SendTokenRequestByRefreshTokenAsync | Task |
Method | Description | |
---|---|---|
CreateCallState ( System.Guid correlationId ) : CallState | ||
RunAsync ( ) : Task |
Method | Description | |
---|---|---|
AddAditionalRequestParameters ( DictionaryRequestParameters requestParameters ) : void | ||
BaseRequest ( |
||
BrokerInvocationRequired ( ) : bool | ||
GetDecoratedScope ( HashSet |
||
PostRunAsync ( AuthenticationResult result ) : System.Threading.Tasks.Task | ||
PostTokenRequest ( |
||
SendTokenRequestAsync ( ) : Task |
||
ValidateResult ( ) : void | ||
ValidateScopeInput ( HashSet |
Method | Description | |
---|---|---|
AddPolicyParameter ( string endpoint ) : string | ||
LogReturnedToken ( AuthenticationResult result ) : void | ||
MapIdentifierToUser ( string identifier ) : User | ||
NotifyAfterAccessCache ( ) : void | ||
NotifyBeforeAccessCache ( ) : void | ||
PreRunAsync ( ) : System.Threading.Tasks.Task | ||
PreTokenRequest ( ) : System.Threading.Tasks.Task | ||
RefreshAccessTokenAsync ( |
||
SendHttpMessageAsync ( IRequestParameters requestParameters ) : Task |
||
SendTokenRequestByRefreshTokenAsync ( string refreshToken ) : Task |
protected abstract AddAditionalRequestParameters ( DictionaryRequestParameters requestParameters ) : void | ||
requestParameters | DictionaryRequestParameters | |
return | void |
protected BaseRequest ( |
||
authenticationRequestParameters | ||
return | System |
protected BrokerInvocationRequired ( ) : bool | ||
return | bool |
public static CreateCallState ( System.Guid correlationId ) : CallState | ||
correlationId | System.Guid | |
return | CallState |
protected GetDecoratedScope ( HashSet |
||
inputScope | HashSet |
|
return | HashSet |
protected PostRunAsync ( AuthenticationResult result ) : System.Threading.Tasks.Task | ||
result | AuthenticationResult | |
return | System.Threading.Tasks.Task |
protected PostTokenRequest ( |
||
result | ||
return | void |
protected ValidateScopeInput ( HashSet |
||
scopesToValidate | HashSet |
|
return | void |
protected static Task,System.Threading.Tasks CompletedTask | ||
return | System.Threading.Tasks.Task |