Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.ApplicationInfoStorage

TElHTTPSServer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains information about the registered applications.

Declaration

[C#]
    TElHTTPOAuth2CustomApplicationStorage ApplicationInfoStorage;

[VB.NET]
    Property ApplicationInfoStorage As TElHTTPOAuth2CustomApplicationStorage

[Pascal]
    property ApplicationInfoStorage : TElHTTPOAuth2CustomApplicationStorage;

[C++]
    TElHTTPOAuth2CustomApplicationStorage* get_ApplicationInfoStorage();
    void set_ApplicationInfoStorage(TElHTTPOAuth2CustomApplicationStorage &Value);
    void set_ApplicationInfoStorage(TElHTTPOAuth2CustomApplicationStorage *Value);

[PHP]
    TElHTTPOAuth2CustomApplicationStorage get_ApplicationInfoStorage()
    void set_ApplicationInfoStorage(TElHTTPOAuth2CustomApplicationStorage $Value)

[Java]
    TElHTTPOAuth2CustomApplicationStorage getApplicationInfoStorage();
    void setApplicationInfoStorage(TElHTTPOAuth2CustomApplicationStorage Value);

Description

Use this property to manage a list of application registered with this OAuth 2.0 server.

Discuss this help topic in SecureBlackbox Forum