Class OAuthV2ExchangeRequest
java.lang.Object
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/oauth.v2.exchange
-
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
-
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. -
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-