Class OpenIDConnectUserInfoRequest
java.lang.Object
com.slack.api.methods.request.openid.connect.OpenIDConnectUserInfoRequest
- All Implemented Interfaces:
SlackApiRequest
public class OpenIDConnectUserInfoRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/openid.connect.userInfo
https://api.slack.com/authentication/sign-in-with-slack
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenIDConnectUserInfoRequest.OpenIDConnectUserInfoRequestBuilder -
Method Summary
Modifier and Type Method Description static OpenIDConnectUserInfoRequest.OpenIDConnectUserInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
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
-
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-