Class: Webhookdb::Oauth::FrontSignalwireChannelProvider
Instance Method Summary
collapse
#authorization_url, #callback_url, #exchange_authorization_code, #supports_webhooks?
Methods inherited from Provider
#authorization_url, #exchange_authorization_code, #supports_webhooks?
Instance Method Details
#app_name ⇒ Object
67
|
# File 'lib/webhookdb/oauth/front_provider.rb', line 67
def app_name = "Front Signalwire Channel"
|
#build_marketplace_integrations ⇒ Object
71
72
73
|
# File 'lib/webhookdb/oauth/front_provider.rb', line 71
def build_marketplace_integrations(*)
raise NotImplementedError, "this should not be called, Front channels have a different setup"
end
|
#client_id ⇒ Object
68
|
# File 'lib/webhookdb/oauth/front_provider.rb', line 68
def client_id = Webhookdb::Front.signalwire_channel_client_id
|
#client_secret ⇒ Object
69
|
# File 'lib/webhookdb/oauth/front_provider.rb', line 69
def client_secret = Webhookdb::Front.signalwire_channel_client_secret
|
#key ⇒ Object
66
|
# File 'lib/webhookdb/oauth/front_provider.rb', line 66
def key = "front_signalwire"
|