Class CreateOauthCredentialRequest


  • public class CreateOauthCredentialRequest
    extends Object
    Credential information to perform a create credential request. Go to this page to learn more.
    • Method Detail

      • getGrantType

        public String getGrantType()
        Specify type of operation to perform to get your credentials. This is a fixed parameter with an authorization_code value.
      • getClientSecret

        public String getClientSecret()
        Private key to be used in some plugins to generate payments. You can get it in Your credentials.
      • getClientId

        public String getClientId()
        Unique ID that identifies your integration. You can get it in Your credentials.
      • getCode

        public String getCode()
        The authorization code you get in the authorization url for linking.
      • getRedirectUri

        public String getRedirectUri()
        This is the URL you set up in the Redirect URL field in your application.