class PublicKeyCredentialRequestOptions extends AbstractDictionary (View source)

Methods

getAsArray()

No description

getJsonData()

No description

static 
removeNullValues(array $map)

No description

__construct(ByteBuffer $challenge)

No description

addAllowedCredential(PublicKeyCredentialDescriptor $credentialDescriptor)

No description

string|null
getRpId()

No description

setRpId(string|null $rpId)

No description

int|null
getTimeout()

No description

setTimeout(int|null $timeout)

No description

getChallenge()

No description

null|string
getUserVerification()

No description

setUserVerification(string|null $value)

No description

Details

getAsArray()

getJsonData()

static protected removeNullValues(array $map)

Parameters

array $map

__construct(ByteBuffer $challenge)

Parameters

ByteBuffer $challenge

addAllowedCredential(PublicKeyCredentialDescriptor $credentialDescriptor)

Parameters

PublicKeyCredentialDescriptor $credentialDescriptor

string|null getRpId()

Return Value

string|null

setRpId(string|null $rpId)

Parameters

string|null $rpId

int|null getTimeout()

Return Value

int|null

setTimeout(int|null $timeout)

Parameters

int|null $timeout

PublicKeyCredentialDescriptor[]|null getAllowCredentials()

Return Value

PublicKeyCredentialDescriptor[]|null

ByteBuffer getChallenge()

Return Value

ByteBuffer

null|string getUserVerification()

Return Value

null|string

setUserVerification(string|null $value)

Parameters

string|null $value