public class ProviderPrivateAuthenticationOAuth2FlowFlows
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classes which extend this class: - ProviderPrivateAuthenticationOAuth2FlowFlowsProviderPrivateAuthenticationOAuth2Password - ProviderPrivateAuthenticationOAuth2FlowFlowsProviderPrivateAuthenticationOAuth2ClientCredentials - ProviderPrivateAuthenticationOAuth2FlowFlowsProviderPrivateAuthenticationOAuth2AuthorizationCode
Modifier and Type | Method and Description |
---|---|
String |
accessToken()
Gets the accessToken.
|
String |
authorizationCode()
Gets the authorizationCode.
|
String |
clientId()
Gets the clientId.
|
String |
clientSecret()
Gets the clientSecret.
|
ProviderPrivateAuthenticationOAuth2PasswordPassword |
password()
Gets the password.
|
String |
refreshToken()
Gets the refreshToken.
|
public String clientId()
The client ID.
public String clientSecret()
The client secret.
public String accessToken()
The access token.
public String refreshToken()
The refresh token.
public ProviderPrivateAuthenticationOAuth2PasswordPassword password()
The password for oauth2 authentication when the preferred flow is "password".
public String authorizationCode()
The authorization code.
Copyright © 2024 IBM Cloud. All rights reserved.