com.paypal.api.openidconnect
Class CreateFromAuthorizationCodeParameters
java.lang.Object
com.paypal.base.ClientCredentials
com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
public class CreateFromAuthorizationCodeParameters
- extends ClientCredentials
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateFromAuthorizationCodeParameters
public CreateFromAuthorizationCodeParameters()
getContainerMap
public Map<String,String> getContainerMap()
- Returns:
- the containerMap
setCode
public void setCode(String code)
- Set the code
- Parameters:
code -
setRedirectURI
public void setRedirectURI(String redirectURI)
- Set the redirect URI
- Parameters:
redirectURI -
setGrantType
public void setGrantType(String grantType)
- Set the Grant Type
- Parameters:
grantType -
Copyright © 2015. All Rights Reserved.