public class JwtConfigAppSettings extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected JwtConfigAppSettingsAppAuth |
appAuth
App auth settings
|
protected String |
clientId
App client ID
|
protected String |
clientSecret
App client secret
|
explicitlySetNullableFields| Constructor and Description |
|---|
JwtConfigAppSettings(String clientId,
String clientSecret,
JwtConfigAppSettingsAppAuth appAuth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JwtConfigAppSettingsAppAuth |
getAppAuth() |
String |
getClientId() |
String |
getClientSecret() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String clientSecret
protected final JwtConfigAppSettingsAppAuth appAuth
public JwtConfigAppSettings(String clientId, String clientSecret, JwtConfigAppSettingsAppAuth appAuth)
public String getClientId()
public String getClientSecret()
public JwtConfigAppSettingsAppAuth getAppAuth()