| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
static SecurityScheme.Flow |
SecurityScheme.Flow.forNumber(int value) |
SecurityScheme.Flow |
SecurityScheme.getFlow()
The flow used by the OAuth2 security scheme.
|
SecurityScheme.Flow |
SecurityScheme.Builder.getFlow()
The flow used by the OAuth2 security scheme.
|
SecurityScheme.Flow |
SecuritySchemeOrBuilder.getFlow()
The flow used by the OAuth2 security scheme.
|
static SecurityScheme.Flow |
SecurityScheme.Flow.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityScheme.Flow |
SecurityScheme.Flow.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityScheme.Flow |
SecurityScheme.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityScheme.Flow[] |
SecurityScheme.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SecurityScheme.Flow> |
SecurityScheme.Flow.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SecurityScheme.Builder |
SecurityScheme.Builder.setFlow(SecurityScheme.Flow value)
The flow used by the OAuth2 security scheme.
|
Copyright © 2023. All rights reserved.