Skip to content

Commit 231edf9

Browse files
committed
Rename AuthenticatorData to a hopefully better name
1 parent b4616ab commit 231edf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebauthn/src/fido.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl<T> AuthenticatorData<T>
8787
where
8888
T: Clone + Serialize,
8989
{
90-
pub fn to_output(&self) -> Result<Vec<u8>, Error> {
90+
pub fn to_response_bytes(&self) -> Result<Vec<u8>, Error> {
9191
// Name | Length
9292
// -----------------------------------
9393
// rpIdHash | 32

0 commit comments

Comments
 (0)