Module libsignal_service::push_service
source · Structs§
- This type is used in registration lock handling. It’s identical with HttpAuth, but used to avoid type confusion.
Enums§
Constants§
- Since we can’t use format!() with constants, the URLs here are just for reference purposes pub const REGISTER_GCM_PATH: &str = “/v1/accounts/gcm/”; pub const TURN_SERVER_INFO: &str = “/v1/accounts/turn”; pub const SET_ACCOUNT_ATTRIBUTES: &str = “/v1/accounts/attributes/”; pub const PIN_PATH: &str = “/v1/accounts/pin/”; pub const REQUEST_PUSH_CHALLENGE: &str = “/v1/accounts/fcm/preauth/%s/%s”; pub const WHO_AM_I: &str = “/v1/accounts/whoami”;