Class OAuthV2ExchangeRequest
java.lang.Object
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest
- All Implemented Interfaces:
SlackApiRequest
- https://docs.slack.dev/reference/methods/oauth.v2.exchange
- https://docs.slack.dev/authentication/using-token-rotation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanIssued when you created your application.Issued when you created your application.getToken()The legacy xoxb or xoxp token being migrated to use token rotation.inthashCode()voidsetClientId(String clientId) Issued when you created your application.voidsetClientSecret(String clientSecret) Issued when you created your application.voidThe legacy xoxb or xoxp token being migrated to use token rotation.toString()
-
Method Details
-
builder
-
getToken
The legacy xoxb or xoxp token being migrated to use token rotation.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getClientId
Issued when you created your application. -
getClientSecret
Issued when you created your application. -
setToken
The legacy xoxb or xoxp token being migrated to use token rotation.- Specified by:
setTokenin interfaceSlackApiRequest
-
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-