Struct web_push::SubscriptionKeys [] [src]

pub struct SubscriptionKeys {
    pub p256dh: String,
    pub auth: String,
}

Encryption keys from the client.

Fields

The public key

Authentication secret

Trait Implementations

impl Debug for SubscriptionKeys
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations