Creates a shallow copy of the current object.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- parameters
- Type: System.Collections.Specialized NameValueCollection
The query parameters for new copy object.
- returnUrl
- Type: System String
The new return URL for new copy object.
Return Value
Type: OAuthBaseA shallow copy of the current object.
Remarks
Method creates a copy of the current object, removes tokens, change the return address, query parameters and state.
Unfortunately, I made a mistake in architecture, so I had to make this method.
See Also