public class UpdateIdentityProviderOAuthResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
UpdateIdentityProviderOAuthResponse() |
getResponseMetadata, setResponseMetadatapublic UpdateIdentityProviderOAuthResponse authorizationEndpoint(String authorizationEndpoint)
public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String authorizationEndpoint)
public UpdateIdentityProviderOAuthResponse claimsPropagationConfig(ClaimsPropagationConfigForUpdateIdentityProviderOAuthOutput claimsPropagationConfig)
@Valid public @Valid ClaimsPropagationConfigForUpdateIdentityProviderOAuthOutput getClaimsPropagationConfig()
public void setClaimsPropagationConfig(ClaimsPropagationConfigForUpdateIdentityProviderOAuthOutput claimsPropagationConfig)
public UpdateIdentityProviderOAuthResponse clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public UpdateIdentityProviderOAuthResponse clientSecret(String clientSecret)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public UpdateIdentityProviderOAuthResponse enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public UpdateIdentityProviderOAuthResponse idAttribute(String idAttribute)
public String getIdAttribute()
public void setIdAttribute(String idAttribute)
public UpdateIdentityProviderOAuthResponse name(String name)
public String getName()
public void setName(String name)
public UpdateIdentityProviderOAuthResponse provider(String provider)
public String getProvider()
public void setProvider(String provider)
public UpdateIdentityProviderOAuthResponse providerOptions(ProviderOptionsForUpdateIdentityProviderOAuthOutput providerOptions)
@Valid public @Valid ProviderOptionsForUpdateIdentityProviderOAuthOutput getProviderOptions()
public void setProviderOptions(ProviderOptionsForUpdateIdentityProviderOAuthOutput providerOptions)
public UpdateIdentityProviderOAuthResponse scopesList(List<String> scopesList)
public UpdateIdentityProviderOAuthResponse addScopesListItem(String scopesListItem)
public UpdateIdentityProviderOAuthResponse tokenEndpoint(String tokenEndpoint)
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
public UpdateIdentityProviderOAuthResponse uid(String uid)
public String getUid()
public void setUid(String uid)
public UpdateIdentityProviderOAuthResponse usePkce(Boolean usePkce)
public Boolean isUsePkce()
public void setUsePkce(Boolean usePkce)
public UpdateIdentityProviderOAuthResponse userEndpoint(String userEndpoint)
public String getUserEndpoint()
public void setUserEndpoint(String userEndpoint)
Copyright © 2026. All rights reserved.