public class ProviderAuthenticationOAuth2
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ProviderAuthenticationOAuth2.Builder
Builder.
|
static interface |
ProviderAuthenticationOAuth2.PreferredFlow
The preferred "flow" or "grant type" for the API client to fetch an access token from the
authorization server.
|
Modifier and Type | Method and Description |
---|---|
ProviderAuthenticationOAuth2Flows |
flows()
Gets the flows.
|
ProviderAuthenticationOAuth2.Builder |
newBuilder()
New builder.
|
String |
preferredFlow()
Gets the preferredFlow.
|
public ProviderAuthenticationOAuth2.Builder newBuilder()
public String preferredFlow()
The preferred "flow" or "grant type" for the API client to fetch an access token from the authorization server.
public ProviderAuthenticationOAuth2Flows flows()
Scenarios performed by the API client to fetch an access token from the authorization server.
Copyright © 2024 IBM Cloud. All rights reserved.