Class OpenIDConnectTokenRequest
java.lang.Object
com.slack.api.methods.request.openid.connect.OpenIDConnectTokenRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/openid.connect.token
https://api.slack.com/authentication/sign-in-with-slack
-
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.getCode()The `code` param returned via the OAuth callback.The grant_type param as described in the OAuth spec.This must match the originally submitted URI (if one was sent).The refresh_token param as described in the OAuth spec.getToken()inthashCode()voidsetClientId(String clientId) Issued when you created your application.voidsetClientSecret(String clientSecret) Issued when you created your application.voidThe `code` param returned via the OAuth callback.voidsetGrantType(String grantType) The grant_type param as described in the OAuth spec.voidsetRedirectUri(String redirectUri) This must match the originally submitted URI (if one was sent).voidsetRefreshToken(String refreshToken) The refresh_token param as described in the OAuth spec.toString()
-
Method Details
-
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
builder
-
getClientId
Issued when you created your application. -
getClientSecret
Issued when you created your application. -
getCode
The `code` param returned via the OAuth callback. -
getRedirectUri
This must match the originally submitted URI (if one was sent). -
getGrantType
The grant_type param as described in the OAuth spec. -
getRefreshToken
The refresh_token param as described in the OAuth spec. -
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
setCode
The `code` param returned via the OAuth callback. -
setRedirectUri
This must match the originally submitted URI (if one was sent). -
setGrantType
The grant_type param as described in the OAuth spec. -
setRefreshToken
The refresh_token param as described in the OAuth spec. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-