I can save the AAGUID in the database after $webauthn->processCreate
which shows $data->AAGUID = $attestationObject->getAuthenticatorData()->getAAGUID();
But I do not see anything like
$attestationObject->getAuthenticatorData()->getTransports();
Is this the way to get transport values?