interface WebAuthnConfigurationInterface (View source)

Methods

null|string
getRelyingPartyId()

Returns the configured relying party id when set.

string
getEffectiveRelyingPartyId()

Returns the configured relying party id when set, otherwise the returned value will be the domain name part of the relying party origin.

getRelyingPartyEntity()

Returns a PublicKeyCredentialRpEntity structure based on the configured values

getRelyingPartyOrigin()

No description

getChallengeLength()

No description

getAllowedAlgorithms()

No description

getAttestationFormats()

No description

getRelyingPartyIconUrl()

No description

Details

null|string getRelyingPartyId()

Returns the configured relying party id when set.

Return Value

null|string

string getEffectiveRelyingPartyId()

Returns the configured relying party id when set, otherwise the returned value will be the domain name part of the relying party origin.

Return Value

string

PublicKeyCredentialRpEntity getRelyingPartyEntity()

Returns a PublicKeyCredentialRpEntity structure based on the configured values

getRelyingPartyOrigin()

getChallengeLength()

getAllowedAlgorithms()

getAttestationFormats()

getRelyingPartyIconUrl()