Struct web_push::VapidSignature
[−]
[src]
pub struct VapidSignature {
pub auth_t: String,
pub auth_k: String,
}A struct representing a VAPID signature. Should be generated using the VapidSignatureBuilder.
Fields
auth_t: String
The signature
auth_k: String
The public key
Trait Implementations
impl Debug for VapidSignature[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more