com.paypal.api.openidconnect
Class CreateFromAuthorizationCodeParameters

java.lang.Object
  extended by com.paypal.base.ClientCredentials
      extended by com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters

public class CreateFromAuthorizationCodeParameters
extends ClientCredentials


Constructor Summary
CreateFromAuthorizationCodeParameters()
           
 
Method Summary
 Map<String,String> getContainerMap()
           
 void setCode(String code)
          Set the code
 void setGrantType(String grantType)
          Set the Grant Type
 void setRedirectURI(String redirectURI)
          Set the redirect URI
 
Methods inherited from class com.paypal.base.ClientCredentials
getClientID, getClientSecret, setClientID, setClientSecret
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateFromAuthorizationCodeParameters

public CreateFromAuthorizationCodeParameters()
Method Detail

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.