Interface OIDCWebFingerResponse.Link

  • Enclosing interface:
    OIDCWebFingerResponse

    public static interface OIDCWebFingerResponse.Link
    An interface for a link in a Web Finger response related to OIDC.
    • Method Detail

      • getRel

        String getRel()
        Get the URI identifying the type of service.
        Returns:
        The URI identifying the type of service.
      • getHref

        String getHref()
        Get the link to the service.
        Returns:
        The link to the service.