DoOAuthTokenExchange Method
See Also 
SourceCode.Security.OAuth Namespace > OAuthManagement Class : DoOAuthTokenExchange Method



authCode
state

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub DoOAuthTokenExchange( _
   ByVal authCode As String, _
   ByVal state As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim authCode As String
Dim state As String
 
instance.DoOAuthTokenExchange(authCode, state)
C#  
public void DoOAuthTokenExchange( 
   string authCode,
   string state
)
C++/CLI  
public:
void DoOAuthTokenExchange( 
   String^ authCode,
   String^ state
) 

Parameters

authCode
state

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also