You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/WebPush.php
+12-6
Original file line number
Diff line number
Diff line change
@@ -73,13 +73,14 @@ public function __construct(array $auth = array(), $defaultOptions = array(), $t
73
73
* @param string|null $userAuthToken
74
74
* @param bool $flush If you want to flush directly (usually when you send only one notification)
75
75
* @param array $options Array with several options tied to this notification. If not set, will use the default options that you can set in the WebPush object
76
+
* @param array $auth Use this auth details instead of what you provided when creating WebPush
76
77
*
77
78
* @return array|bool Return an array of information if $flush is set to true and the queued requests has failed.
0 commit comments