public class ProviderSpecificationComponentsSecuritySchemes
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderSpecificationComponentsSecuritySchemes.AuthenticationMethod
The authentication method required for requests made from watsonx Assistant to the
conversational skill provider.
|
static class |
ProviderSpecificationComponentsSecuritySchemes.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
authenticationMethod()
Gets the authenticationMethod.
|
ProviderSpecificationComponentsSecuritySchemesBasic |
basic()
Gets the basic.
|
ProviderSpecificationComponentsSecuritySchemes.Builder |
newBuilder()
New builder.
|
ProviderAuthenticationOAuth2 |
oauth2()
Gets the oauth2.
|
public ProviderSpecificationComponentsSecuritySchemes.Builder newBuilder()
public String authenticationMethod()
The authentication method required for requests made from watsonx Assistant to the conversational skill provider.
public ProviderSpecificationComponentsSecuritySchemesBasic basic()
Non-private settings for basic access authentication.
public ProviderAuthenticationOAuth2 oauth2()
Non-private settings for oauth2 authentication.
Copyright © 2024 IBM Cloud. All rights reserved.