AccountSetupAttempt.EnterpriseAccount.AuthenticationType

enum AccountSetupAttempt.EnterpriseAccount.AuthenticationType


The possible authentication types for an Enterprise Account.

Summary

Enum Values

ANONYMOUS

No authentication by the user.

AUTHENTICATION_TYPE_UNSPECIFIED

This is not used.

USER_AUTHENTICATED

Authentication with end user credentials by Google.

Public functions

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

Returns the enum constant of this type with the specified name.

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

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

ANONYMOUS

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

No authentication by the user. The added account is a Managed Google Play account.

USER_AUTHENTICATED

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

Authentication with end user credentials by Google. The added account is a Managed Google account.

Public functions

valueOf

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

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

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

an array containing the constants of this enum type, in the order they're declared