Package org.keycloak.social.twitter
Class TwitterIdentityProvider.Endpoint
java.lang.Object
org.keycloak.social.twitter.TwitterIdentityProvider.Endpoint
- Enclosing class:
 - TwitterIdentityProvider
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IdentityProvider.AuthenticationCallbackprotected final ClientConnectionprotected final EventBuilderprotected final jakarta.ws.rs.core.HttpHeadersprotected final RealmModelprotected final KeycloakSession - 
Constructor Summary
ConstructorsConstructorDescriptionEndpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)  - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseauthResponse(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
 
 -