Struct ctap::FidoCredential

source ·
pub struct FidoCredential {
    pub id: Vec<u8>,
    pub public_key: Vec<u8>,
    pub rp_id: String,
}
Expand description

A credential created by a FIDO2 authenticator.

Fields

id: Vec<u8>

The ID provided by the authenticator.

public_key: Vec<u8>

The public key provided by the authenticator, in uncompressed form.

rp_id: String

The Relying Party ID provided by the platform when this key was generated.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.