Interface OIDCWebFingerRequest


  • public interface OIDCWebFingerRequest
    An interface for Web Finger requests related to OIDC.
    • Method Detail

      • getResource

        String getResource()
        Get the identifier for the target End-User that is the subject of the discovery request.
        Returns:
        The identifier for the target End-User that is the subject of the discovery request.
      • getRel

        String getRel()
        Get the URI identifying the type of service whose location is being requested.
        Returns:
        The URI identifying the type of service whose location is being requested.