Zitadel PHP API

LoginSettings
in package

Class for the management of the login settings

Table of Contents

Properties

$allowDomainDiscovery  : bool
$allowExternalIdp  : bool
$allowRegister  : bool
$allowUsernamePassword  : bool
$defaultRedirectUri  : string|null
$disableLoginWithEmail  : bool
$disableLoginWithPhone  : bool
$externalLoginCheckLifetime  : string|null
$forceMfa  : bool
$forceMfaLocalOnly  : bool
$hidePasswordReset  : bool
$ignoreUnknownUsernames  : bool
$mfaInitSkipLifetime  : string|null
$multiFactorCheckLifetime  : string|null
$multiFactors  : array<string|int, mixed>|null
$orgId  : string|null
$passkeysType  : string|null
$passwordCheckLifetime  : string|null
$resourceOwnerType  : string|null
$secondFactorCheckLifetime  : string|null
$secondFactors  : array<string|int, mixed>|null
$settings  : array<string|int, mixed>

Methods

__construct()  : mixed
allowDomainDiscovery()  : bool
allowExternalIdp()  : bool
allowRegister()  : bool
allowUsernamePassword()  : bool
disableLoginWithEmail()  : bool
disableLoginWithPhone()  : bool
forceMfa()  : bool
forceMfaLocalOnly()  : bool
getDefaultRedirectUri()  : string
getExternalLoginCheckLifetime()  : string
getMfaInitSkipLifetime()  : string
getMultiFactorCheckLifetime()  : string
getMultiFactors()  : array<string|int, mixed>
getPasskeysType()  : string
getPasswordCheckLifetime()  : string
getResourceOwnerType()  : string
getSecondFactorCheckLifetime()  : string
getSecondFactors()  : array<string|int, mixed>
hidePasswordReset()  : bool
ignoreUnknownUsernames()  : bool
sendRequest()  : void
setOrgId()  : void

Properties

$externalLoginCheckLifetime

private string|null $externalLoginCheckLifetime

$ignoreUnknownUsernames

private bool $ignoreUnknownUsernames

$mfaInitSkipLifetime

private string|null $mfaInitSkipLifetime

$multiFactorCheckLifetime

private string|null $multiFactorCheckLifetime

$multiFactors

private array<string|int, mixed>|null $multiFactors

$passwordCheckLifetime

private string|null $passwordCheckLifetime

$secondFactorCheckLifetime

private string|null $secondFactorCheckLifetime

$secondFactors

private array<string|int, mixed>|null $secondFactors

Methods

__construct()

public __construct(array<string|int, mixed> $settings) : mixed
Parameters
$settings : array<string|int, mixed>

allowDomainDiscovery()

public allowDomainDiscovery() : bool
Return values
bool

allowExternalIdp()

public allowExternalIdp() : bool
Return values
bool

allowRegister()

public allowRegister() : bool
Return values
bool

allowUsernamePassword()

public allowUsernamePassword() : bool
Return values
bool

disableLoginWithEmail()

public disableLoginWithEmail() : bool
Return values
bool

disableLoginWithPhone()

public disableLoginWithPhone() : bool
Return values
bool

forceMfaLocalOnly()

public forceMfaLocalOnly() : bool
Return values
bool

getDefaultRedirectUri()

public getDefaultRedirectUri() : string
Return values
string

getExternalLoginCheckLifetime()

public getExternalLoginCheckLifetime() : string
Return values
string

getMfaInitSkipLifetime()

public getMfaInitSkipLifetime() : string
Return values
string

getMultiFactorCheckLifetime()

public getMultiFactorCheckLifetime() : string
Return values
string

getMultiFactors()

public getMultiFactors() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPasskeysType()

public getPasskeysType() : string
Return values
string

getPasswordCheckLifetime()

public getPasswordCheckLifetime() : string
Return values
string

getResourceOwnerType()

public getResourceOwnerType() : string
Return values
string

getSecondFactorCheckLifetime()

public getSecondFactorCheckLifetime() : string
Return values
string

getSecondFactors()

public getSecondFactors() : array<string|int, mixed>
Return values
array<string|int, mixed>

hidePasswordReset()

public hidePasswordReset() : bool
Return values
bool

ignoreUnknownUsernames()

public ignoreUnknownUsernames() : bool
Return values
bool

setOrgId()

public setOrgId(string $orgId) : void
Parameters
$orgId : string

        
On this page

Search results