Interface IdTokenHintResolver
-
public interface IdTokenHintResolverResolves a Id Token Hint. A Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.- Since:
- 1.2.0
- See Also:
- ID Token id_token_hint description
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringresolve(io.micronaut.http.HttpRequest<?> request)
-