class VerificationResult (View source)

Methods

__construct(string $type, TrustPathInterface $trustPath)

No description

string
getAttestationType()

No description

getTrustPath()

No description

Details

__construct(string $type, TrustPathInterface $trustPath)

Parameters

string $type Attestation type (see AttestationType for type enumeration)
TrustPathInterface $trustPath

See also

AttestationType

string getAttestationType()

Return Value

string

TrustPathInterface getTrustPath()

Return Value

TrustPathInterface