Interface IssuerRequest.JwksUriStage

All Known Implementing Classes:
IssuerRequest.Builder
Enclosing class:
IssuerRequest

public static interface IssuerRequest.JwksUriStage
  • Method Summary

    Modifier and Type
    Method
    Description
    jwksUri(@NotNull String jwksUri)
    The IdP's remote JWKS endpoint, used to verify presented tokens' signatures.
  • Method Details