Show / Hide Table of Contents

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 Source

GetTokenResponseAsync(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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX