Class OpenIDConnectTokenRequest.OpenIDConnectTokenRequestBuilder
java.lang.Object
com.slack.api.methods.request.openid.connect.OpenIDConnectTokenRequest.OpenIDConnectTokenRequestBuilder
- Enclosing class:
- OpenIDConnectTokenRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Issued when you created your application.clientSecret(String clientSecret) Issued when you created your application.The `code` param returned via the OAuth callback.The grant_type param as described in the OAuth spec.redirectUri(String redirectUri) This must match the originally submitted URI (if one was sent).refreshToken(String refreshToken) The refresh_token param as described in the OAuth spec.toString()
-
Method Details
-
clientId
Issued when you created your application.- Returns:
this.
-
clientSecret
Issued when you created your application.- Returns:
this.
-
code
The `code` param returned via the OAuth callback.- Returns:
this.
-
redirectUri
This must match the originally submitted URI (if one was sent).- Returns:
this.
-
grantType
The grant_type param as described in the OAuth spec.- Returns:
this.
-
refreshToken
The refresh_token param as described in the OAuth spec.- Returns:
this.
-
build
-
toString
-