Interface IIdentityModelAuthenticationService
Assembly: Volo.Abp.IdentityModel.dll
Syntax
public interface IIdentityModelAuthenticationService
Methods
GetAccessTokenAsync(IdentityClientConfiguration)
Declaration
Task<string> GetAccessTokenAsync(IdentityClientConfiguration configuration)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
TryAuthenticateAsync(HttpClient, string)
Declaration
Task<bool> TryAuthenticateAsync(HttpClient client, string identityClientName = null)
Parameters
| Type |
Name |
Description |
| System.Net.Http.HttpClient |
client |
|
| string |
identityClientName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><bool> |
|
Extension Methods