AccountSetupAttempt.EnterpriseAccount.AuthenticationType

public 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 methods

static AccountSetupAttempt.EnterpriseAccount.AuthenticationType

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

static AccountSetupAttempt.EnterpriseAccount.AuthenticationType[]

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

Enum Values

ANONYMOUS

AccountSetupAttempt.EnterpriseAccount.AuthenticationType AccountSetupAttempt.EnterpriseAccount.AuthenticationType.ANONYMOUS

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

USER_AUTHENTICATED

AccountSetupAttempt.EnterpriseAccount.AuthenticationType AccountSetupAttempt.EnterpriseAccount.AuthenticationType.USER_AUTHENTICATED

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

Public methods

valueOf

public static AccountSetupAttempt.EnterpriseAccount.AuthenticationType valueOf(String name)

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

public static AccountSetupAttempt.EnterpriseAccount.AuthenticationType[] values()

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
AccountSetupAttempt.EnterpriseAccount.AuthenticationType[]

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