E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

ServerAuthURL Property

The URL of the authorization server.

Object Oriented Interface

public function getServerAuthURL();
public function setServerAuthURL($value);

Procedural Interface

inpay_oauth_get($res, 37 );
inpay_oauth_set($res, 37, $value );

Default Value

''

Remarks

Specifies the URL of the authorization server used when GetAuthorization is called. This value is used when constructing the URL to which the user will be redirected to authenticate and grant access.

This should be specified before calling GetAuthorization.

When this is set, it will clear any value specified in AuthorizationURL.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]