Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.RedirectURL

TElOneDriveDataStorage     See also     


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


Specifies the redirection endpoint URL.

Declaration

[C#]
    string RedirectURL;

[VB.NET]
    Property RedirectURL As String

[Pascal]
    property RedirectURL: string;

[C++]
    void get_RedirectURL(std::string &OutResult);
    void set_RedirectURL(const std::string &Value);

[PHP]
    string get_RedirectURL()
    void set_RedirectURL(string $Value)

[Java]
    String getRedirectURL();
    void setRedirectURL(String Value);

Description

    This property specifies the URL where the authorization server directs the resource owner's user-agent when their interaction is completed. Leave the property empty to do not use redirection.

See also:     ClientID     ClientSecret    

Discuss this help topic in SecureBlackbox Forum