@Validated @ConfigurationProperties(prefix="spring.social.microsoft") public class MicrosoftProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
appId
Application id of the registered app.
|
private String |
appSecret
Application secret of the registered app.
|
| Constructor and Description |
|---|
MicrosoftProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getAppSecret() |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
Copyright © 2017 Microsoft. All rights reserved.