public class OAuth extends ClientAppCredential
| Constructor and Description |
|---|
OAuth() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getCert() |
String |
getClientId() |
String |
getCredentialType() |
String[] |
getRedirectUrls() |
String |
getType() |
void |
setCert(String cert) |
void |
setClientId(String clientId) |
void |
setRedirectUrls(String[] redirectUrls) |
void |
setType(String type) |
String |
toString() |
getCorsOrigins, getCreatedBy, getCreatedOn, getId, getSecret, isEnabled, setCorsOrigins, setCreatedBy, setCreatedOn, setEnabled, setId, setSecretpublic String getCredentialType()
getCredentialType in class ClientAppCredentialpublic String getCert()
public void setCert(String cert)
public String getType()
public void setType(String type)
public String[] getRedirectUrls()
public void setRedirectUrls(String[] redirectUrls)
public String getClientId()
public void setClientId(String clientId)
public boolean equals(Object other)
equals in class ClientAppCredentialCopyright © 2020. All rights reserved.