web_push_encryption v0.3.1
  • Pages
  • Modules
  • Mix Tasks

    WebPushEncryption (web_push_encryption v0.3.1) View Source

    Facade module to access encryption and push functionalities

    Link to this section Summary

    Functions

    encrypt(message, subscription)

    See WebPushEncryption.Encrypt.encrypt/2.

    encrypt(message, subscription, padding_length)

    See WebPushEncryption.Encrypt.encrypt/3.

    send_web_push(message, subscription)

    See WebPushEncryption.Push.send_web_push/2.

    send_web_push(message, subscription, auth_token)

    See WebPushEncryption.Push.send_web_push/3.

    send_web_push(message, subscription, auth_token, ttl)

    See WebPushEncryption.Push.send_web_push/4.

    Link to this section Functions

    Link to this function

    encrypt(message, subscription)

    View Source

    See WebPushEncryption.Encrypt.encrypt/2.

    Link to this function

    encrypt(message, subscription, padding_length)

    View Source

    See WebPushEncryption.Encrypt.encrypt/3.

    Link to this function

    send_web_push(message, subscription)

    View Source

    See WebPushEncryption.Push.send_web_push/2.

    Link to this function

    send_web_push(message, subscription, auth_token)

    View Source

    See WebPushEncryption.Push.send_web_push/3.

    Link to this function

    send_web_push(message, subscription, auth_token, ttl)

    View Source

    See WebPushEncryption.Push.send_web_push/4.

    Built using ExDoc (v0.24.2) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference