| Verification Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public Verification(
string code
)
Public Sub New (
code As String
)
public:
Verification(
String^ code
)
new :
code : string -> Verification
Parameters
- code
- Type: SystemString
Verification code string.
See Also