JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
com.okta.authn.sdk.doc
Annotation Type ApiReference
@Retention
(
SOURCE
)
@Target
(
METHOD
)
public @interface
ApiReference
Identifies a method that calls a remote API and adds an external documentation link.
Since:
0.1.0
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
href
External documentation href.
String
path
API path represented by this method.
Element Details
path
String
path
API path represented by this method.
href
String
href
External documentation href.