public class ConfigForUpdateOauth2CredentialProviderInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigForUpdateOauth2CredentialProviderInput.FlowEnum
Gets or Sets flow
|
| Constructor and Description |
|---|
ConfigForUpdateOauth2CredentialProviderInput() |
public ConfigForUpdateOauth2CredentialProviderInput()
public ConfigForUpdateOauth2CredentialProviderInput clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public ConfigForUpdateOauth2CredentialProviderInput clientSecret(String clientSecret)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public ConfigForUpdateOauth2CredentialProviderInput customParameters(CustomParametersForUpdateOauth2CredentialProviderInput customParameters)
@Valid public @Valid CustomParametersForUpdateOauth2CredentialProviderInput getCustomParameters()
public void setCustomParameters(CustomParametersForUpdateOauth2CredentialProviderInput customParameters)
public ConfigForUpdateOauth2CredentialProviderInput flow(ConfigForUpdateOauth2CredentialProviderInput.FlowEnum flow)
public ConfigForUpdateOauth2CredentialProviderInput.FlowEnum getFlow()
public void setFlow(ConfigForUpdateOauth2CredentialProviderInput.FlowEnum flow)
public ConfigForUpdateOauth2CredentialProviderInput forceAuthentication(Boolean forceAuthentication)
public Boolean isForceAuthentication()
public void setForceAuthentication(Boolean forceAuthentication)
public ConfigForUpdateOauth2CredentialProviderInput maxExpires(Long maxExpires)
public Long getMaxExpires()
public void setMaxExpires(Long maxExpires)
public ConfigForUpdateOauth2CredentialProviderInput metadata(String metadata)
public String getMetadata()
public void setMetadata(String metadata)
public ConfigForUpdateOauth2CredentialProviderInput oauth2Discovery(Oauth2DiscoveryForUpdateOauth2CredentialProviderInput oauth2Discovery)
@Valid public @Valid Oauth2DiscoveryForUpdateOauth2CredentialProviderInput getOauth2Discovery()
public void setOauth2Discovery(Oauth2DiscoveryForUpdateOauth2CredentialProviderInput oauth2Discovery)
public ConfigForUpdateOauth2CredentialProviderInput redirectUrl(String redirectUrl)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public ConfigForUpdateOauth2CredentialProviderInput scopes(List<String> scopes)
public ConfigForUpdateOauth2CredentialProviderInput addScopesItem(String scopesItem)
Copyright © 2026. All rights reserved.