Skip to content

Commit

Permalink
Correct documentation on these fluent API classes for known providers
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Jan 1, 2024
1 parent f2cb4f2 commit 993890e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public interface FluentGoogleAuth {
FluentGoogleAuth redirectUri(String redirectUri);

/**
* Create a Google authentication provider configured with the provided options.
* Create a Google authentication provider.
*
* @param stage the stage
* @return a {@link GoogleAuthenticationProvider} instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public interface FluentKeycloakAuth {
FluentKeycloakAuth redirectUri(String redirectUri);

/**
* Create a Keycloak authentication provider configured with the provided options..
* Create a Keycloak authentication provider.
*
* @param stage the stage
* @return a {@link KeycloakAuthenticationProvider} instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface FluentMicrosoftAuth {
FluentMicrosoftAuth redirectUri(String redirectUri);

/**
* Create a Microsoft authentication provider configured with the provided options.
* Create a Microsoft authentication provider.
*
* @param stage the stage
* @return a {@link MicrosoftAuthenticationProvider} instance.
Expand Down

0 comments on commit 993890e

Please sign in to comment.