Annotation Interface OpenApi.OAuthFlow
- Enclosing class:
OpenApi
OpenAPI OAuth Flow Object metadata.
The implicit flow requires authorizationUrl(). The password and
clientCredentials flows require tokenUrl(). The authorizationCode flow requires
authorizationUrl() and tokenUrl(). The deviceAuthorization flow requires
deviceAuthorizationUrl() and tokenUrl().
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAuthorization URL.OpenAPI 3.2 device authorization URL.Refresh URL.OAuth scopes.Token URL.
-
Element Details
-
authorizationUrl
-
deviceAuthorizationUrl
String deviceAuthorizationUrlOpenAPI 3.2 device authorization URL.Rendered only for OpenAPI 3.2 output.
- Returns:
- device authorization URL
- Default:
""
-
tokenUrl
-
refreshUrl
-
scopes
-