@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface SecurityScheme
Modifier and Type | Required Element and Description |
---|---|
String |
name
Required.
|
String |
type
Required.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
bearerFormat
A hint to the client to identify how the bearer token is formatted.
|
String |
description
A short description for security scheme.
|
OAuthFlows |
flows
Required.
|
String |
in
Required.
|
String |
openIdConnectUrl
Required.
|
String |
scheme
Required.
|
public abstract String type
public abstract String name
public abstract String description
public abstract String in
public abstract String scheme
public abstract String bearerFormat
public abstract OAuthFlows flows
public abstract String openIdConnectUrl
Copyright © 2017. All rights reserved.