OAuthBase Clone Method Nemiro.OAuth
Creates a shallow copy of the current object.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public Object Clone()

Return Value

Type: Object
A shallow copy of the current object.

Implements

ICloneable Clone 
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