Interface OIDCWebFingerResponse.Link
-
- Enclosing interface:
- OIDCWebFingerResponse
public static interface OIDCWebFingerResponse.LinkAn interface for a link in a Web Finger response related to OIDC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()Get the link to the service.StringgetRel()Get the URI identifying the type of service.
-