class WebAuthn::AuthenticatorData::AttestedCredentialData

def algorithm

def algorithm
  COSE::Algorithm.find(cose_key.alg).name
end