Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2ApplicationInfo.RedirectURI

TElHTTPOAuth2ApplicationInfo     


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


Specifies redirect URI for this client.

Declaration

[C#]
    string RedirectURI;

[VB.NET]
    Property RedirectURI As String

[Pascal]
    property RedirectURI : string;

[C++]
    void get_RedirectURI(std::string &OutResult);
    void set_RedirectURI(const std::string &Value);

[PHP]
    string get_RedirectURI()
    void set_RedirectURI(string $Value)

[Java]
    String getRedirectURI();
    void setRedirectURI(String Value);

Description

This property contains the redirect URI for this application.

Discuss this help topic in SecureBlackbox Forum