public class GetResourceOauth2TokenRequest extends Object
| Constructor and Description |
|---|
GetResourceOauth2TokenRequest() |
public GetResourceOauth2TokenRequest customParameters(CustomParametersForGetResourceOauth2TokenInput customParameters)
@Valid public @Valid CustomParametersForGetResourceOauth2TokenInput getCustomParameters()
public void setCustomParameters(CustomParametersForGetResourceOauth2TokenInput customParameters)
public GetResourceOauth2TokenRequest customState(String customState)
public String getCustomState()
public void setCustomState(String customState)
public GetResourceOauth2TokenRequest flow(String flow)
public String getFlow()
public void setFlow(String flow)
public GetResourceOauth2TokenRequest forceAuthentication(Boolean forceAuthentication)
public Boolean isForceAuthentication()
public void setForceAuthentication(Boolean forceAuthentication)
public GetResourceOauth2TokenRequest identityToken(String identityToken)
@NotNull public @NotNull String getIdentityToken()
public void setIdentityToken(String identityToken)
public GetResourceOauth2TokenRequest poolName(String poolName)
public String getPoolName()
public void setPoolName(String poolName)
public GetResourceOauth2TokenRequest providerName(String providerName)
@NotNull public @NotNull String getProviderName()
public void setProviderName(String providerName)
public GetResourceOauth2TokenRequest redirectUrl(String redirectUrl)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public GetResourceOauth2TokenRequest resourceOauth2ReturnUrl(String resourceOauth2ReturnUrl)
public String getResourceOauth2ReturnUrl()
public void setResourceOauth2ReturnUrl(String resourceOauth2ReturnUrl)
public GetResourceOauth2TokenRequest scopes(List<String> scopes)
public GetResourceOauth2TokenRequest addScopesItem(String scopesItem)
public GetResourceOauth2TokenRequest sessionUri(String sessionUri)
public String getSessionUri()
public void setSessionUri(String sessionUri)
Copyright © 2026. All rights reserved.