Interface OidcRequestContext<T>

All Known Implementing Classes:
BlockingTaskRunner

public interface OidcRequestContext<T>
OIDC Context that can be used to run blocking OIDC tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<T>
    runBlocking(Supplier<T> function)
     
  • Method Details

    • runBlocking

      io.smallrye.mutiny.Uni<T> runBlocking(Supplier<T> function)