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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static OpenIDConnectUserInfoRequest.OpenIDConnectUserInfoRequestBuilder builder()
-
getToken
public String 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
public void setToken(String token)
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
canEqual
protected boolean canEqual(Object other)
-
-