You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2460,9 +2460,7 @@ public class EnrollmentTokens {
2460
2460
/**
2461
2461
* Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to
2462
2462
* manage the lifecycle of newly created tokens and deleting them when they're not intended to be
2463
-
* used anymore. Once an enrollment token has been created, it's not possible to retrieve the
2464
-
* token's content anymore using AM API. It is recommended for EMMs to securely store the token if
2465
-
* it's intended to be reused.
2463
+
* used anymore.
2466
2464
*
2467
2465
* Create a request for the method "enrollmentTokens.create".
2468
2466
*
@@ -2489,9 +2487,7 @@ public class Create extends AndroidManagementRequest<com.google.api.services.and
2489
2487
/**
2490
2488
* Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to
2491
2489
* manage the lifecycle of newly created tokens and deleting them when they're not intended to be
2492
-
* used anymore. Once an enrollment token has been created, it's not possible to retrieve the
2493
-
* token's content anymore using AM API. It is recommended for EMMs to securely store the token if
2494
-
* it's intended to be reused.
2490
+
* used anymore.
2495
2491
*
2496
2492
* Create a request for the method "enrollmentTokens.create".
0 commit comments