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

ผู้ใช้ไม่ได้ตรวจสอบสิทธิ์ บัญชีที่เพิ่มเป็นบัญชี Managed 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 ที่มีชื่อที่ระบุ

การขว้าง
java.lang.IllegalArgumentException

หากประเภทการแจงนับนี้ไม่มีค่าคงที่ที่มีชื่อที่ระบุ

values

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

แสดงผลอาร์เรย์ที่มีค่าคงที่ของประเภท Enum นี้ตามลำดับที่ประกาศ วิธีนี้อาจใช้เพื่อวนซ้ำค่าคงที่

การคืนสินค้า
Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

อาร์เรย์ที่มีค่าคงที่ของประเภทการแจงนับนี้ตามลำดับที่ประกาศ