MetadataAuthenticationOperationInfo

The OperationInfo structure contains authentication information of an operation element.


Properties

schemes Required

List of authentication schemes used by an operation element. The authentication scheme specified on the service element corresponding to this operation element is ignored.

JSON Example

{
	"schemes": [
		{
			"scheme": "string",
			"scheme_type": "SESSIONLESS"
		}
	]
}

Feedback

Was this page helpful?