@ConfigurationProperties(value="spring.social.microsoft.skype")
public class BotFrameworkProperties
extends org.springframework.boot.autoconfigure.social.SocialProperties
| Constructor and Description |
|---|
BotFrameworkProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthUrl() |
java.lang.String |
getGrantType() |
java.lang.String |
getScope() |
void |
setAuthUrl(java.lang.String authUrl) |
void |
setGrantType(java.lang.String grantType) |
void |
setScope(java.lang.String scope) |
public java.lang.String getScope()
public void setScope(java.lang.String scope)
public java.lang.String getAuthUrl()
public void setAuthUrl(java.lang.String authUrl)
public java.lang.String getGrantType()
public void setGrantType(java.lang.String grantType)