public CompletionStage onAuthenticationSuccess()

in src/main/java/software/aws/mcs/auth/SigV4AuthProvider.java [223:225]


        public CompletionStage<Void> onAuthenticationSuccess(ByteBuffer token) {
            return CompletableFuture.completedFuture(null);
        }