Interface IdTokenHintResolver


public interface IdTokenHintResolver
Resolves 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
Author:
Sergio del Amo
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    resolve(io.micronaut.http.HttpRequest<?> request)
     
  • Method Details

    • resolve

      @NonNull @NonNull String resolve(io.micronaut.http.HttpRequest<?> request)
      Parameters:
      request - The originating request
      Returns:
      A IdTokenHint.