Skip to content

Commit ccabf1a

Browse files
Update Javadoc in OAuthFlowHandler to remove reference to device flow (#1632)
1 parent 217b764 commit ccabf1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/salesforce/dataloader/oauth/OAuthFlowHandler.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import java.util.function.Consumer;
3838

3939
/**
40-
* Utility class to handle OAuth flows (PKCE and Device Flow) for both UI and batch modes.
40+
* Utility class to handle OAuth flow (WebServer with Proof Key for Code Exchange(PKCE)) for both UI and batch modes.
4141
*/
4242
public class OAuthFlowHandler {
4343
private static final Logger logger = DLLogManager.getLogger(OAuthFlowHandler.class);
@@ -54,8 +54,7 @@ public OAuthFlowHandler(AppConfig appConfig, Consumer<String> statusConsumer, Co
5454
}
5555

5656
/**
57-
* Handles the OAuth login process, attempting PKCE flow first if not disabled,
58-
* falling back to device flow if PKCE is not supported or fails.
57+
* Handles Web Server OAuth flow leveraging Proof Key for Code Exchange(PKCE).
5958
*
6059
* @return true if login was successful, false otherwise
6160
*/

0 commit comments

Comments
 (0)