class AttestationResult (View source)

Methods

__construct(string $credentialId, CoseKey $publicKey, VerificationResult $attestation)

No description

string
getCredentialId()

No description

getPublicKey()

No description

Details

__construct(string $credentialId, CoseKey $publicKey, VerificationResult $attestation)

Parameters

string $credentialId
CoseKey $publicKey
VerificationResult $attestation

string getCredentialId()

Return Value

string

CoseKey getPublicKey()

Return Value

CoseKey

VerificationResult getVerificationResult()

Return Value

VerificationResult