class WebAuthn::PublicKeyCredentialWithAttestation

def public_key

def public_key
  if raw_public_key
    encoder.encode(raw_public_key)
  end
end