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