public interface SignInAdapter
ProviderSignInController
and a application-specific user sign-in service.
Invoked at the end of a provider sign-in attempt to sign-in the local user account associated with the provider user account.Modifier and Type | Method and Description |
---|---|
String |
signIn(String userId,
Connection<?> connection,
NativeWebRequest request)
Complete a provider sign-in attempt by signing in the local user account with the specified id.
|
String signIn(String userId, Connection<?> connection, NativeWebRequest request)
userId
- the local user idconnection
- the connectionrequest
- a reference to the current web request; is a "native" web request instance providing access to the native
request and response objects, such as a HttpServletRequest and HttpServletResponse, if needed