Class OpenIDConnectUserInfoRequest
java.lang.Object
com.slack.api.methods.request.openid.connect.OpenIDConnectUserInfoRequest
- All Implemented Interfaces:
SlackApiRequest
- https://docs.slack.dev/reference/methods/openid.connect.userInfo
- https://docs.slack.dev/authentication/sign-in-with-slack
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-