Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Add back MatchEndpointContext.Options
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Jul 27, 2017
1 parent 7d9324e commit f17d9a4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ public MatchEndpointContext(
OpenIdConnectServerOptions options)
: base(context)
{
Options = options;
}

/// <summary>
/// Gets the options used by the OpenID Connect server.
/// </summary>
public OpenIdConnectServerOptions Options { get; }

/// <summary>
/// Gets a boolean indicating whether the request
/// should be handled by the authorization endpoint.
Expand Down

0 comments on commit f17d9a4

Please sign in to comment.