public class JwtConfigAppSettingsAppAuth extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
passphrase
Passphrase
|
protected String |
privateKey
Private key
|
protected String |
publicKeyId
Public key ID
|
explicitlySetNullableFields| Constructor and Description |
|---|
JwtConfigAppSettingsAppAuth(String publicKeyId,
String privateKey,
String passphrase) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassphrase() |
String |
getPrivateKey() |
String |
getPublicKeyId() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String publicKeyId
protected final String privateKey
protected final String passphrase
public JwtConfigAppSettingsAppAuth(String publicKeyId, String privateKey, String passphrase)
public String getPublicKeyId()
public String getPrivateKey()
public String getPassphrase()