We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b36715 commit 6da41e7Copy full SHA for 6da41e7
1 file changed
lib/onesignal/configuration.rb
@@ -33,11 +33,10 @@ class Configuration
33
# Default server operation variables
34
attr_accessor :server_operation_variables
35
36
- # OneSignal API token for App Authentication
37
- attr_accessor :app_key
+ attr_accessor :organization_api_key
+
38
+ attr_accessor :rest_api_key
39
- # OneSignal API token for User Authentication
40
- attr_accessor :user_key
41
42
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
43
# details will be logged with `logger.debug` (see the `logger` attribute).
0 commit comments