class IdentitytoolkitRelyingpartySetProjectConfigRequest extends Collection (View source)

Properties

protected $collection_key
bool $allowPasswordUser
string $apiKey
string[] $authorizedDomains
protected $changeEmailTemplateType
protected $changeEmailTemplateDataType
string $delegatedProjectNumber
bool $enableAnonymousUser
protected $idpConfigType
protected $idpConfigDataType
protected $legacyResetPasswordTemplateType
protected $legacyResetPasswordTemplateDataType
protected $resetPasswordTemplateType
protected $resetPasswordTemplateDataType
bool $useEmailSending
protected $verifyEmailTemplateType
protected $verifyEmailTemplateDataType

Methods

setAllowPasswordUser($allowPasswordUser)

No description

bool
getAllowPasswordUser()

No description

setApiKey($apiKey)

No description

string
getApiKey()

No description

setAuthorizedDomains($authorizedDomains)

No description

string[]
getAuthorizedDomains()

No description

setChangeEmailTemplate(EmailTemplate $changeEmailTemplate)

No description

setDelegatedProjectNumber($delegatedProjectNumber)

No description

string
getDelegatedProjectNumber()

No description

setEnableAnonymousUser($enableAnonymousUser)

No description

bool
getEnableAnonymousUser()

No description

setIdpConfig($idpConfig)

No description

getIdpConfig()

No description

setLegacyResetPasswordTemplate(EmailTemplate $legacyResetPasswordTemplate)

No description

setResetPasswordTemplate(EmailTemplate $resetPasswordTemplate)

No description

setUseEmailSending($useEmailSending)

No description

bool
getUseEmailSending()

No description

setVerifyEmailTemplate(EmailTemplate $verifyEmailTemplate)

No description

Details

setAllowPasswordUser($allowPasswordUser)

No description

Parameters

$allowPasswordUser

bool getAllowPasswordUser()

No description

Return Value

bool

setApiKey($apiKey)

No description

Parameters

$apiKey

string getApiKey()

No description

Return Value

string

setAuthorizedDomains($authorizedDomains)

No description

Parameters

$authorizedDomains

string[] getAuthorizedDomains()

No description

Return Value

string[]

setChangeEmailTemplate(EmailTemplate $changeEmailTemplate)

No description

Parameters

EmailTemplate $changeEmailTemplate

EmailTemplate getChangeEmailTemplate()

No description

Return Value

EmailTemplate

setDelegatedProjectNumber($delegatedProjectNumber)

No description

Parameters

$delegatedProjectNumber

string getDelegatedProjectNumber()

No description

Return Value

string

setEnableAnonymousUser($enableAnonymousUser)

No description

Parameters

$enableAnonymousUser

bool getEnableAnonymousUser()

No description

Return Value

bool

setIdpConfig($idpConfig)

No description

Parameters

$idpConfig

IdpConfig[] getIdpConfig()

No description

Return Value

IdpConfig[]

setLegacyResetPasswordTemplate(EmailTemplate $legacyResetPasswordTemplate)

No description

Parameters

EmailTemplate $legacyResetPasswordTemplate

EmailTemplate getLegacyResetPasswordTemplate()

No description

Return Value

EmailTemplate

setResetPasswordTemplate(EmailTemplate $resetPasswordTemplate)

No description

Parameters

EmailTemplate $resetPasswordTemplate

EmailTemplate getResetPasswordTemplate()

No description

Return Value

EmailTemplate

setUseEmailSending($useEmailSending)

No description

Parameters

$useEmailSending

bool getUseEmailSending()

No description

Return Value

bool

setVerifyEmailTemplate(EmailTemplate $verifyEmailTemplate)

No description

Parameters

EmailTemplate $verifyEmailTemplate

EmailTemplate getVerifyEmailTemplate()

No description

Return Value

EmailTemplate