public class OAuth2Key extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_clientId |
protected String |
_clientSecret |
static String |
FIELD_CLIENTID |
static String |
FIELD_CLIENTSECRET |
| Constructor and Description |
|---|
OAuth2Key() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
OAuth2Key |
safeSetClientId(String value) |
OAuth2Key |
safeSetClientSecret(String value) |
OAuth2Key |
setClientId(String value) |
OAuth2Key |
setClientSecret(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_CLIENTID
public static final String FIELD_CLIENTSECRET
protected String _clientId
protected String _clientSecret
Copyright 2022 OneSpan All rights reserved.