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