Skip to content

Commit 16321e2

Browse files
baywetzengin
andauthored
Update samples/deviceCodeSample/src/main/java/deviceCodeFlowMain.java
Co-authored-by: Mustafa Zengin <muzengin@microsoft.com>
1 parent 2ef30c4 commit 16321e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/deviceCodeSample/src/main/java/deviceCodeFlowMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class deviceCodeFlowMain {
1818
private final static String CLIENT_ID = "cfb5d84c-c88f-466c-81fb-0fe9fa8da052";
1919

2020
//Set the scopes for your ms-graph request
21-
private final static List<String> SCOPES = Arrays.asList("user.ReadBasic.All", "User.Read");
21+
private final static List<String> SCOPES = Arrays.asList("User.ReadBasic.All", "User.Read");
2222

2323
public static void main(String[] args) throws AuthenticationException {
2424
deviceCodeFlow();

0 commit comments

Comments
 (0)