AccountSetupAttempt.EnterpriseAccount.AuthenticationType

enum AccountSetupAttempt.EnterpriseAccount.AuthenticationType


סוגי האימות האפשריים לחשבון ארגוני.

סיכום

ערכי enum

ANONYMOUS

המשתמש לא ביצע אימות.

AUTHENTICATION_TYPE_UNSPECIFIED

לא נעשה שימוש בערך הזה.

USER_AUTHENTICATED

אימות באמצעות פרטי כניסה של משתמש קצה על ידי Google.

פונקציות ציבוריות

java-static AccountSetupAttempt.EnterpriseAccount.AuthenticationType!
valueOf(name: String!)

מחזירה את קבוע ה-enum של הסוג הזה עם השם שצוין.

java-static Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

מחזירה מערך שמכיל את הקבועים של סוג ה-enum הזה, לפי הסדר שבו הם הוגדרו.

ערכי enum

אנונימי

val AccountSetupAttempt.EnterpriseAccount.AuthenticationType.ANONYMOUSAccountSetupAttempt.EnterpriseAccount.AuthenticationType

המשתמש לא ביצע אימות. החשבון שנוסף הוא חשבון Google Play לארגונים.

USER_AUTHENTICATED

val AccountSetupAttempt.EnterpriseAccount.AuthenticationType.USER_AUTHENTICATEDAccountSetupAttempt.EnterpriseAccount.AuthenticationType

אימות באמצעות פרטי כניסה של משתמש קצה על ידי Google. החשבון שהתווסף הוא חשבון Google מנוהל.

פונקציות ציבוריות

valueOf

java-static fun valueOf(name: String!): AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

מחזירה את קבוע ה-enum של הסוג הזה עם השם שצוין. המחרוזת צריכה להיות זהה למזהה שמשמש להצהרה על קבוע enum בסוג הזה. (אסור להשתמש בתווי רווח לבן מיותרים).

החזרות
AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

הקבוע של ה-enum עם השם שצוין

מקפיצה את הודעות השגיאה (Throws)
java.lang.IllegalArgumentException

אם לסוג ה-enum הזה אין קבוע עם השם שצוין

ערכים

java-static fun values(): Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

מחזירה מערך שמכיל את הקבועים של סוג ה-enum הזה, לפי הסדר שבו הם הוגדרו. אפשר להשתמש בשיטה הזו כדי לחזור על הקבועים.

החזרות
Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

מערך שמכיל את הקבועים של סוג ה-enum הזה, לפי הסדר שבו הם מוצהרים