Package org.quelea.planningcenter.auth
Class OAuthRedirectFlow
- java.lang.Object
-
- org.quelea.planningcenter.auth.OAuthRedirectFlow
-
public class OAuthRedirectFlow extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuthRedirectFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrowserRedirectUrl()Optional<AuthToken>listenLocally(Duration timeout, RedirectUrlCallback callback)
-
-
-
Method Detail
-
getBrowserRedirectUrl
public String getBrowserRedirectUrl()
-
listenLocally
public Optional<AuthToken> listenLocally(Duration timeout, RedirectUrlCallback callback)
-
-