Package io.quarkus.oidc
Interface TokenStateManager.GetTokensRequestContext
-
- Enclosing interface:
- TokenStateManager
public static interface TokenStateManager.GetTokensRequestContextA context object that can be used to convert the token state to the tokens by running a blocking task.Blocking providers should use this context to prevent excessive and unnecessary delegation to thread pools.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<AuthorizationCodeTokens>runBlocking(Supplier<AuthorizationCodeTokens> function)
-
-
-
Method Detail
-
runBlocking
io.smallrye.mutiny.Uni<AuthorizationCodeTokens> runBlocking(Supplier<AuthorizationCodeTokens> function)
-
-