@Singleton public class GoogleAuthProvider extends Object implements AuthProvider
| Constructor and Description |
|---|
GoogleAuthProvider(AuthConfig authConfig,
com.fasterxml.jackson.databind.ObjectMapper mapper,
AuthStore credentialsStorage,
String callbackPath) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Token> |
login(String authToken,
String sessionId) |
String |
redirectionURL(String sessionId) |
@Inject public GoogleAuthProvider(AuthConfig authConfig, com.fasterxml.jackson.databind.ObjectMapper mapper, AuthStore credentialsStorage, String callbackPath)
public String redirectionURL(String sessionId)
redirectionURL in interface AuthProviderCopyright © 2020. All rights reserved.