public class SkypeBusinessProvider.WebSettings extends SkypeProvider.SkypeSettings
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiClientId
The client id.
|
protected String |
apiKey
The api key.
|
protected String |
apiKeyCC
The api key CC.
|
protected String[] |
origins
The origins.
|
redirectUri| Modifier | Constructor and Description |
|---|---|
protected |
WebSettings(String clientId,
String redirectUri,
String apiKey,
String apiKeyCC,
String[] origins)
Instantiates a new skype settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiClientId()
Gets the client id.
|
String |
getApiKey()
Gets the api key.
|
String |
getApiKeyCC()
Gets the api key CC.
|
String[] |
getOrigins()
Gets the origins.
|
String |
getRedirectUri()
Gets the redirect uri.
|
protected final String apiClientId
protected final String apiKey
protected final String apiKeyCC
protected final String[] origins
public String getApiClientId()
public String getRedirectUri()
getRedirectUri in class SkypeProvider.SkypeSettingspublic String getApiKey()
public String getApiKeyCC()
public String[] getOrigins()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.