com.paypal.api.openidconnect
Class CreateFromRefreshTokenParameters

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

public class CreateFromRefreshTokenParameters
extends ClientCredentials


Constructor Summary
CreateFromRefreshTokenParameters()
           
 
Method Summary
 Map<String,String> getContainerMap()
           
 void setGrantType(String grantType)
          Set the Grant Type
 void setScope(String scope)
          Set the Scope
 
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

CreateFromRefreshTokenParameters

public CreateFromRefreshTokenParameters()
Method Detail

getContainerMap

public Map<String,String> getContainerMap()
Returns:
the containerMap

setScope

public void setScope(String scope)
Set the Scope

Parameters:
redirectURI -

setGrantType

public void setGrantType(String grantType)
Set the Grant Type

Parameters:
grantType -


Copyright © 2015. All Rights Reserved.