Simpl.OODSS.Messages.RequestMessage.OkRedirectUri C# (CSharp) Method

OkRedirectUri() public method

A URL can be provided, indicating the response should be accomplished with HTTP redirect. Used when browser security is an issue. This is the redirect URL for response when processing is successful.
public OkRedirectUri ( Scope clientSessionScope ) : ParsedUri
clientSessionScope Scope /// Can be used to generate HTTP GET style arguments in the redirect URL.
return Simpl.Fundamental.Net.ParsedUri
        public ParsedUri OkRedirectUri(Scope<object> clientSessionScope)
        {
            return null;
        }