| Modifier and Type | Field and Description |
|---|---|
(package private) io.quarkus.security.identity.SecurityIdentity |
identity |
| Constructor and Description |
|---|
OidcJsonWebTokenProducer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.eclipse.microprofile.jwt.JsonWebToken |
currentAccessToken()
The producer method for the current access token
|
(package private) org.eclipse.microprofile.jwt.JsonWebToken |
currentIdToken()
The producer method for the current id token
|
@Produces @RequestScoped org.eclipse.microprofile.jwt.JsonWebToken currentAccessToken()
@Produces @RequestScoped org.eclipse.microprofile.jwt.JsonWebToken currentIdToken()
Copyright © 2020 JBoss by Red Hat. All rights reserved.