public class ProviderPrivateAuthentication
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classes which extend this class: - ProviderPrivateAuthenticationBearerFlow - ProviderPrivateAuthenticationBasicFlow - ProviderPrivateAuthenticationOAuth2Flow
Modifier and Type | Method and Description |
---|---|
ProviderPrivateAuthenticationOAuth2FlowFlows |
flows()
Gets the flows.
|
ProviderAuthenticationTypeAndValue |
password()
Gets the password.
|
ProviderAuthenticationTypeAndValue |
token()
Gets the token.
|
public ProviderAuthenticationTypeAndValue token()
The token for bearer authentication.
public ProviderAuthenticationTypeAndValue password()
The password for bearer authentication.
public ProviderPrivateAuthenticationOAuth2FlowFlows flows()
Scenarios performed by the API client to fetch an access token from the authorization server.
Copyright © 2024 IBM Cloud. All rights reserved.