x-apigateway-auth-opt
Meaning: App (simple authentication) parameter
Scope of effect: Security Scheme Object (2.0)/Security Scheme Object (3.0)
securityDefinitions:
apig-auth-app:
type: apiKey
name: Authorization
in: header
x-apigateway-auth-type: AppSigv1
apig-auth-app-header:
type: apiKey
name: Authorization
in: header
x-apigateway-auth-opt:
appcode-auth-type: header
x-apigateway-auth-type: AppSigv1
apig-auth-iam:
type: apiKey
name: unused
in: header
x-apigateway-auth-type: IAM
OpenAPI example:
securitySchemes:
apig-auth-app:
in: header
name: Authorization
type: apiKey
x-apigateway-auth-type: AppSigv1
apig-auth-app-header:
in: header
name: Authorization
type: apiKey
x-apigateway-auth-opt:
appcode-auth-type: header
x-apigateway-auth-type: AppSigv1
apig-auth-iam:
in: header
name: unused
type: apiKey
x-apigateway-auth-type: IAM
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
appcode-auth-type |
No |
String |
Indicates whether AppCode authentication is enabled. The default value is disable.
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot