public class AuthSession extends Object
Constructor and Description |
---|
AuthSession(AuthProvider authProvider) |
Modifier and Type | Method and Description |
---|---|
static AuthSession |
createAuthSession(Options options,
ScheduledExecutorService refreshExecutor) |
static AuthSession |
fromRefreshAuthProvider(ScheduledExecutorService executor,
AuthProvider authProvider) |
AuthProvider |
getAuthProvider() |
Boolean |
refresh() |
public AuthSession(AuthProvider authProvider)
public static AuthSession fromRefreshAuthProvider(ScheduledExecutorService executor, AuthProvider authProvider)
public AuthProvider getAuthProvider()
public Boolean refresh()
public static AuthSession createAuthSession(Options options, ScheduledExecutorService refreshExecutor)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.