Fix default value for ResponseType in doc comments (#11587)

The comment says that the default value for `ResponseType` is `CodeIdToken` (hybrid flow), but the property is actually set to `IdToken` (implicit flow)
This commit is contained in:
Thomas Levesque 2019-06-26 20:17:54 +02:00 committed by Chris Ross
parent 15fb5b9e83
commit dab27e7867
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
/// <para>BackchannelTimeout: 1 minute.</para>
/// <para>ProtocolValidator: new <see cref="OpenIdConnectProtocolValidator"/>.</para>
/// <para>RefreshOnIssuerKeyNotFound: true</para>
/// <para>ResponseType: <see cref="OpenIdConnectResponseType.CodeIdToken"/></para>
/// <para>ResponseType: <see cref="OpenIdConnectResponseType.IdToken"/></para>
/// <para>Scope: <see cref="OpenIdConnectScope.OpenIdProfile"/>.</para>
/// <para>TokenValidationParameters: new <see cref="TokenValidationParameters"/> with AuthenticationScheme = authenticationScheme.</para>
/// <para>UseTokenLifetime: false.</para>