public class ProviderAuthenticationOAuth2Flows
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classes which extend this class: - ProviderAuthenticationOAuth2FlowsProviderAuthenticationOAuth2Password - ProviderAuthenticationOAuth2FlowsProviderAuthenticationOAuth2ClientCredentials - ProviderAuthenticationOAuth2FlowsProviderAuthenticationOAuth2AuthorizationCode
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderAuthenticationOAuth2Flows.ClientAuthType
The client authorization type.
|
Modifier and Type | Method and Description |
---|---|
String |
authorizationUrl()
Gets the authorizationUrl.
|
String |
clientAuthType()
Gets the clientAuthType.
|
String |
contentType()
Gets the contentType.
|
String |
headerPrefix()
Gets the headerPrefix.
|
String |
redirectUri()
Gets the redirectUri.
|
String |
refreshUrl()
Gets the refreshUrl.
|
String |
tokenUrl()
Gets the tokenUrl.
|
ProviderAuthenticationOAuth2PasswordUsername |
username()
Gets the username.
|
public String tokenUrl()
The token URL.
public String refreshUrl()
The refresh token URL.
public String clientAuthType()
The client authorization type.
public String contentType()
The content type.
public String headerPrefix()
The prefix fo the header.
public ProviderAuthenticationOAuth2PasswordUsername username()
The username for oauth2 authentication when the preferred flow is "password".
public String authorizationUrl()
The authorization URL.
public String redirectUri()
The redirect URI.
Copyright © 2024 IBM Cloud. All rights reserved.