Package org.keycloak.social.twitter
Class TwitterIdentityProvider.Endpoint
java.lang.Object
org.keycloak.social.twitter.TwitterIdentityProvider.Endpoint
- Enclosing class:
- TwitterIdentityProvider
-
Field Summary
Modifier and TypeFieldDescriptionprotected final IdentityProvider.AuthenticationCallback
protected final ClientConnection
protected final EventBuilder
protected final jakarta.ws.rs.core.HttpHeaders
protected final RealmModel
protected final KeycloakSession
-
Constructor Summary
ConstructorDescriptionEndpoint
(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
authResponse
(String state, String denied, String verifier)
-
Field Details
-
realm
-
callback
-
event
-
session
-
clientConnection
-
headers
protected final jakarta.ws.rs.core.HttpHeaders headers
-
-
Constructor Details
-
Endpoint
public Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)
-
-
Method Details
-
authResponse
-