if the service is using a Google Request Factory it will set the passed in token to the factory. NET CF does not support authsubtokens here

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public void SetAuthenticationToken(

	string token

)
Visual Basic (Declaration)
Public Sub SetAuthenticationToken ( _

	token As String _

)
Visual C++
public:

void SetAuthenticationToken(

	String^ token

)

Parameters

token
Type: System..::.String

Return Value

string

See Also