Uses of Class
io.quarkus.oidc.client.Tokens
-
Packages that use Tokens Package Description io.quarkus.oidc.client io.quarkus.oidc.client.runtime -
-
Uses of Tokens in io.quarkus.oidc.client
Methods in io.quarkus.oidc.client that return types with arguments of type Tokens Modifier and Type Method Description default io.smallrye.mutiny.Uni<Tokens>OidcClient. getTokens()Returns the grant tokensio.smallrye.mutiny.Uni<Tokens>OidcClient. getTokens(Map<String,String> additionalGrantParameters)Returns the grant tokensio.smallrye.mutiny.Uni<Tokens>OidcClient. refreshTokens(String refreshToken)Refreshes the grant tokens -
Uses of Tokens in io.quarkus.oidc.client.runtime
Fields in io.quarkus.oidc.client.runtime declared as Tokens Modifier and Type Field Description (package private) TokensTokensHelper.TokenRequestState. tokensFields in io.quarkus.oidc.client.runtime with type parameters of type Tokens Modifier and Type Field Description (package private) io.smallrye.mutiny.Uni<Tokens>TokensHelper.TokenRequestState. tokenUniMethods in io.quarkus.oidc.client.runtime that return Tokens Modifier and Type Method Description TokensAbstractTokensProducer. awaitTokens()TokensTokensProducer. produceTokens()Methods in io.quarkus.oidc.client.runtime that return types with arguments of type Tokens Modifier and Type Method Description io.smallrye.mutiny.Uni<Tokens>AbstractTokensProducer. getTokens()io.smallrye.mutiny.Uni<Tokens>OidcClientImpl. getTokens(Map<String,String> additionalGrantParameters)io.smallrye.mutiny.Uni<Tokens>TokensHelper. getTokens(OidcClient oidcClient)io.smallrye.mutiny.Uni<Tokens>OidcClientImpl. refreshTokens(String refreshToken)Constructors in io.quarkus.oidc.client.runtime with parameters of type Tokens Constructor Description TokenRequestState(Tokens tokens)Constructor parameters in io.quarkus.oidc.client.runtime with type arguments of type Tokens Constructor Description TokenRequestState(io.smallrye.mutiny.Uni<Tokens> tokensUni)
-