Uses of Class
com.google.genai.gaos.utils.SessionManager.Session
Packages that use SessionManager.Session
-
Uses of SessionManager.Session in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return SessionManager.SessionModifier and TypeMethodDescriptionSessionManager.getSession(T credentials, List<String> scopes, Function<List<String>, SessionManager.Session<T>> tokenProvider) static <T extends SessionManager.HasSessionKey>
SessionManager.Session<T>SessionManager.requestOAuth2Token(HTTPClient client, T credentials, List<String> scopes, Map<String, String> body, Map<String, String> headers, URI tokenUri) Method parameters in com.google.genai.gaos.utils with type arguments of type SessionManager.SessionModifier and TypeMethodDescriptionSessionManager.getSession(T credentials, List<String> scopes, Function<List<String>, SessionManager.Session<T>> tokenProvider)