inBloomApiLibrary.OAuth.SetRedirectUrl C# (CSharp) Method

SetRedirectUrl() public method

Set the redirect URL
public SetRedirectUrl ( string redirectUrl ) : void
redirectUrl string
return void
        public void SetRedirectUrl(string redirectUrl)
        {
            _redirectUrl = redirectUrl;
        }