Uses of Class
io.quarkus.oidc.client.Tokens
Packages that use Tokens
-
Uses of Tokens in io.quarkus.oidc.client
Methods in io.quarkus.oidc.client that return types with arguments of type TokensModifier and TypeMethodDescriptiondefault io.smallrye.mutiny.Uni<Tokens> OidcClient.getTokens()Get the grant access and refresh tokens.io.smallrye.mutiny.Uni<Tokens> Get the grant access and refresh tokens with additional grant parameters.default io.smallrye.mutiny.Uni<Tokens> OidcClient.refreshTokens(String refreshToken) Refresh and return a new pair of access and refresh tokens.io.smallrye.mutiny.Uni<Tokens> OidcClient.refreshTokens(String refreshToken, Map<String, String> additionalGrantParameters) Refresh and return a new pair of access and refresh tokens. -
Uses of Tokens in io.quarkus.oidc.client.runtime
Fields in io.quarkus.oidc.client.runtime declared as TokensModifier and TypeFieldDescription(package private) final TokensTokensHelper.TokenRequestState.tokensFields in io.quarkus.oidc.client.runtime with type parameters of type TokensModifier and TypeFieldDescription(package private) final io.smallrye.mutiny.Uni<Tokens> TokensHelper.TokenRequestState.tokenUniMethods in io.quarkus.oidc.client.runtime that return TokensModifier and TypeMethodDescriptionAbstractTokensProducer.awaitTokens()TokensProducer.produceTokens()Methods in io.quarkus.oidc.client.runtime that return types with arguments of type TokensModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Tokens> AbstractTokensProducer.getTokens()io.smallrye.mutiny.Uni<Tokens> io.smallrye.mutiny.Uni<Tokens> TokensHelper.getTokens(OidcClient oidcClient) io.smallrye.mutiny.Uni<Tokens> TokensHelper.getTokens(OidcClient oidcClient, Map<String, String> additionalParameters, boolean forceNewTokens) io.smallrye.mutiny.Uni<Tokens> OidcClientImpl.refreshTokens(String refreshToken, Map<String, String> additionalGrantParameters) Constructors in io.quarkus.oidc.client.runtime with parameters of type TokensConstructor parameters in io.quarkus.oidc.client.runtime with type arguments of type TokensModifierConstructorDescription(package private)TokenRequestState(io.smallrye.mutiny.Uni<Tokens> tokensUni)