ST_AuthorizationServer

Overview

Type:

Structure

Available as of:

V1.3.1.0

Inherits from:

-

Description

The structure ST_AuthorizationServer contains information about connection settings of the authorization server.

Structure Elements

Name

Data type

Description

sServerAddress

STRING [255]

The IP address of the authorization server. If the connection is established through a proxy server (also refer to ConnectToServerByProxy - Method), you can also use the host name to specify the authorization server.

uiServerPort

UINT

The port of the authorization server.

xUseTls

BOOL

If TRUE, the connection to the authorization server is established using TLS (Transport Layer Security).

stTlsSettings

TlsSettings

The structure that contains the TLS settings to be used for the connection.

sResource

STRING [GPL.Gc_uiMaxLengthOfResource]

The resource on the authorization server that is to be reached by the request.

sHost

STRING [GPL.Gc_uiMaxLengthOfHost]

The IP address or domain name of the authorization server; extended by the port, if required.