Package mx.wire4.auth

Class OAuthWire4


  • public class OAuthWire4
    extends Object
    Fecha de creación: 20 de octubre, 2019
    Version:
    1.0
    Author:
    Saintiago García
    • Method Detail

      • obtainAccessTokenApp

        public String obtainAccessTokenApp​(String scope)
                                    throws mx.wire4.ApiException
        Throws:
        mx.wire4.ApiException
      • obtainAccessTokenAppUser

        public String obtainAccessTokenAppUser​(String userKey,
                                               String secretKey,
                                               String scope)
                                        throws mx.wire4.ApiException
        Throws:
        mx.wire4.ApiException
      • regenerateAccessTokenApp

        public String regenerateAccessTokenApp​(String scope)
                                        throws mx.wire4.ApiException
        Throws:
        mx.wire4.ApiException
      • regenerateAccessTokenAppUser

        public String regenerateAccessTokenAppUser​(String userKey,
                                                   String secretKey,
                                                   String scope)
                                            throws mx.wire4.ApiException
        Throws:
        mx.wire4.ApiException