Uses of Class
io.quarkus.oidc.RefreshToken
-
Packages that use RefreshToken Package Description io.quarkus.oidc io.quarkus.oidc.runtime -
-
Uses of RefreshToken in io.quarkus.oidc
Methods in io.quarkus.oidc that return RefreshToken Modifier and Type Method Description RefreshTokenAccessTokenCredential. getRefreshToken()Constructors in io.quarkus.oidc with parameters of type RefreshToken Constructor Description AccessTokenCredential(String accessToken, RefreshToken refreshToken, io.vertx.ext.web.RoutingContext context)Create AccessTokenCredential -
Uses of RefreshToken in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return RefreshToken Modifier and Type Method Description (package private) RefreshTokenOidcTokenCredentialProducer. currentRefreshToken()
-