Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SecurityScheme> |
__TYPE_ARG |
Constructor and Description |
---|
SecurityScheme(Object delegate) |
SecurityScheme(SecurityScheme delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBearerFormat()
A hint to the client to identify how the bearer token is formatted.
|
SecurityScheme |
getDelegate() |
OAuthFlows |
getFlows()
An object containing configuration information for the flow types supported.
|
String |
getIn()
The location of the API key.
|
String |
getName()
The name of the header, query or cookie parameter to be used.
|
String |
getOpenIdConnectUrl()
OpenId Connect URL to discover OAuth2 configuration values.
|
String |
getScheme()
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in [RFC7235].
|
String |
getType()
The type of the security scheme.
|
int |
hashCode() |
static SecurityScheme |
newInstance(SecurityScheme arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<SecurityScheme> __TYPE_ARG
public SecurityScheme(SecurityScheme delegate)
public SecurityScheme(Object delegate)
public SecurityScheme getDelegate()
public String getType()
public String getName()
public String getIn()
public String getScheme()
public String getBearerFormat()
public OAuthFlows getFlows()
public String getOpenIdConnectUrl()
public static SecurityScheme newInstance(SecurityScheme arg)
Copyright © 2024 Eclipse. All rights reserved.