TokenExchangeInvokeRequest Class
- java.
lang. Object - com.
microsoft. bot. schema. TokenExchangeInvokeRequest
- com.
public class TokenExchangeInvokeRequest
A request to exchange a token.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TokenExchangeInvokeRequest() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getConnectionName()
Gets the connection name. |
| java.lang.String |
getId()
Gets the id from the Token |
| java.lang.String |
getToken()
Gets the details of why the token exchange failed. |
| void |
setConnectionName(String withConnectionName)
Sets the connection name. |
| void |
setId(String withId)
Sets the id from the Token |
| void |
setToken(String withToken)
Sets the details of why the token exchange failed. |
Methods inherited from java.lang.Object
Constructor Details
TokenExchangeInvokeRequest
public TokenExchangeInvokeRequest()
Method Details
getConnectionName
public String getConnectionName()
Gets the connection name.
Returns:
getId
public String getId()
Gets the id from the TokenExchangeInvokeRequest.
Returns:
getToken
public String getToken()
Gets the details of why the token exchange failed.
Returns:
setConnectionName
public void setConnectionName(String withConnectionName)
Sets the connection name.
Parameters:
setId
public void setId(String withId)
Sets the id from the TokenExchangeInvokeRequest.
Parameters:
setToken
public void setToken(String withToken)
Sets the details of why the token exchange failed.
Parameters: