pub struct DpopProof {
pub jkt: String,
}Expand description
DPoP proof for token binding (RFC 9449)
Fields§
§jkt: StringJWK thumbprint
Auto Trait Implementations§
impl Freeze for DpopProof
impl RefUnwindSafe for DpopProof
impl Send for DpopProof
impl Sync for DpopProof
impl Unpin for DpopProof
impl UnwindSafe for DpopProof
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more