Skip to content

Commit 59a8aa9

Browse files
1 parent 4fd96c6 commit 59a8aa9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/AndroidManagement/GoogleAuthenticationSettings.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class GoogleAuthenticationSettings extends \Google\Model
3838
* set only via the Google Admin Console. Google authentication can be used
3939
* with signin_url In the case where Google authentication is required and a
4040
* signin_url is specified, Google authentication will be launched before
41-
* signin_url.
41+
* signin_url. This value is overridden by
42+
* EnrollmentToken.googleAuthenticationOptions and
43+
* SigninDetail.googleAuthenticationOptions, if they are set.
4244
*
4345
* @var string
4446
*/
@@ -51,7 +53,9 @@ class GoogleAuthenticationSettings extends \Google\Model
5153
* set only via the Google Admin Console. Google authentication can be used
5254
* with signin_url In the case where Google authentication is required and a
5355
* signin_url is specified, Google authentication will be launched before
54-
* signin_url.
56+
* signin_url. This value is overridden by
57+
* EnrollmentToken.googleAuthenticationOptions and
58+
* SigninDetail.googleAuthenticationOptions, if they are set.
5559
*
5660
* Accepted values: GOOGLE_AUTHENTICATION_REQUIRED_UNSPECIFIED, NOT_REQUIRED,
5761
* REQUIRED

0 commit comments

Comments
 (0)