class PublicKeyCredentialDescriptor extends AbstractDictionary (View source)

Methods

getAsArray()

No description

getJsonData()

No description

static 
removeNullValues(array $map)

No description

__construct(ByteBuffer $credentialId, string $type = PublicKeyCredentialType::PUBLIC_KEY)

No description

addTransport(string $transport)

No description

string
getType()

No description

getId()

No description

string[]|null
getTransports()

No description

Details

getAsArray()

getJsonData()

static protected removeNullValues(array $map)

Parameters

array $map

__construct(ByteBuffer $credentialId, string $type = PublicKeyCredentialType::PUBLIC_KEY)

Parameters

ByteBuffer $credentialId
string $type

addTransport(string $transport)

Parameters

string $transport

string getType()

Return Value

string

ByteBuffer getId()

Return Value

ByteBuffer

string[]|null getTransports()

Return Value

string[]|null