Interface IIdentityServerService
Abstraction for an access token service.
Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public interface IIdentityServerService
Methods
| Improve this Doc View SourceGetTokenResponseAsync(IIdentityServerOptions)
Retrieves a IdentityModel.Client.TokenResponse from the configured Identity Server
Declaration
Task<TokenResponse> GetTokenResponseAsync(IIdentityServerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| IIdentityServerOptions | options | The token service options |
Returns
| Type | Description |
|---|---|
| Task<IdentityModel.Client.TokenResponse> | A IdentityModel.Client.TokenResponse instance. |