Package | Description |
---|---|
com.ibm.watson.assistant.v2.model |
Modifier and Type | Class and Description |
---|---|
class |
ProviderPrivateAuthenticationBasicFlow
The private data for basic authentication.
|
class |
ProviderPrivateAuthenticationBearerFlow
The private data for bearer authentication.
|
class |
ProviderPrivateAuthenticationOAuth2Flow
The private data for oauth2 authentication.
|
Modifier and Type | Method and Description |
---|---|
ProviderPrivateAuthentication |
ProviderPrivate.authentication()
Gets the authentication.
|
Modifier and Type | Method and Description |
---|---|
ProviderPrivate.Builder |
ProviderPrivate.Builder.authentication(ProviderPrivateAuthentication authentication)
Set the authentication.
|
Constructor and Description |
---|
Builder(ProviderPrivateAuthentication providerPrivateAuthenticationBearerFlow)
Instantiates a new Builder from an existing ProviderPrivateAuthenticationBearerFlow instance.
|
Builder(ProviderPrivateAuthentication authentication)
Instantiates a new builder with required properties.
|
Builder(ProviderPrivateAuthentication providerPrivateAuthenticationOAuth2Flow)
Instantiates a new Builder from an existing ProviderPrivateAuthenticationOAuth2Flow instance.
|
Builder(ProviderPrivateAuthentication providerPrivateAuthenticationBasicFlow)
Instantiates a new Builder from an existing ProviderPrivateAuthenticationBasicFlow instance.
|
Copyright © 2024 IBM Cloud. All rights reserved.