public class TokenRequestEndpoint extends SwaggerBaseModel
| Constructor and Description |
|---|
TokenRequestEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIdName() |
String |
getClientSecretName() |
String |
getUrl() |
void |
setClientIdName(String clientIdName) |
void |
setClientSecretName(String clientSecretName) |
void |
setUrl(String url) |
String |
toString() |
addExtraField, getExtraFieldspublic String getUrl()
public void setUrl(String url)
public String getClientIdName()
public void setClientIdName(String clientIdName)
public String getClientSecretName()
public void setClientSecretName(String clientSecretName)
Copyright © 2025. All rights reserved.