public class NoneAuthTypeRequestTrait extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.javapoet.CodeBlock |
create(OperationModel operationModel)
Generate a ".putExecutionAttribute(...)" code-block for the provided operation model.
|
public static com.squareup.javapoet.CodeBlock create(OperationModel operationModel)
ClientExecutionParams. If and only if "authType" trait is explicitly set as "none" the set
the execution attribute as false.Copyright © 2023. All rights reserved.