@RequestScoped public class OidcTokenCredentialProducer extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) io.quarkus.security.identity.SecurityIdentity |
identity |
| Constructor and Description |
|---|
OidcTokenCredentialProducer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) AccessTokenCredential |
currentAccessToken() |
(package private) IdTokenCredential |
currentIdToken()
The producer method for the current id token
|
(package private) RefreshToken |
currentRefreshToken() |
(package private) UserInfo |
currentUserInfo()
The producer method for the current UserInfo
|
@Produces @RequestScoped IdTokenCredential currentIdToken()
@Produces @RequestScoped AccessTokenCredential currentAccessToken()
@Produces @RequestScoped RefreshToken currentRefreshToken()
@Produces @RequestScoped UserInfo currentUserInfo()
Copyright © 2020 JBoss by Red Hat. All rights reserved.