Module one.jpro.platform.auth.core
Package one.jpro.platform.auth.core.api
Interface FluentGoogleAuth
- All Known Implementing Classes:
FluentGoogleAuthAPI
public interface FluentGoogleAuth
Fluent Google Authentication interface.
-
Method Summary
Modifier and TypeMethodDescriptionSet the client id.clientSecret(String clientSecret) Set the client secret.create(javafx.stage.Stage stage) Create a Google authentication provider.redirectUri(String redirectUri) Set the redirect uri.
-
Method Details
-
clientId
Set the client id.- Parameters:
clientId- the client id- Returns:
- self
-
clientSecret
Set the client secret.- Parameters:
clientSecret- the client secret- Returns:
- self
-
redirectUri
Set the redirect uri.- Parameters:
redirectUri- the redirect uri- Returns:
- self
-
create
Create a Google authentication provider.- Parameters:
stage- the stage- Returns:
- a
GoogleAuthenticationProviderinstance
-