Corrected typos in XML Docs in MessageReceivedContext for events in JwtBearer and OpenIdConnect middlesware. (#1336)
This commit is contained in:
parent
644f34e90d
commit
827852efdb
|
|
@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
|
||||||
: base(context, scheme, options) { }
|
: base(context, scheme, options) { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bearer Token. This will give application an opportunity to retrieve token from an alternation location.
|
/// Bearer Token. This will give the application an opportunity to retrieve a token from an alternative location.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Token { get; set; }
|
public string Token { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
|
||||||
public OpenIdConnectMessage ProtocolMessage { get; set; }
|
public OpenIdConnectMessage ProtocolMessage { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bearer Token. This will give application an opportunity to retrieve token from an alternation location.
|
/// Bearer Token. This will give the application an opportunity to retrieve a token from an alternative location.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Token { get; set; }
|
public string Token { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue