We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9baeb3 commit a0b492bCopy full SHA for a0b492b
src/AspNet.Security.OAuth.Apple/AppleAuthenticationOptionsExtensions.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Extensions.DependencyInjection;
15
public static class AppleAuthenticationOptionsExtensions
16
{
17
/// <summary>
18
- /// Configures the application to use a specified private to generate a client secret for the provider.
+ /// Configures the application to use a specified private key to generate a client secret for the provider.
19
/// </summary>
20
/// <param name="options">The Apple authentication options to configure.</param>
21
/// <param name="privateKeyFile">
0 commit comments