Attempts to verify the supplied credentials.
| C# | Visual Basic |
public static IAsyncResult VerifyCredentials( OAuthTokens tokens, TimeSpan timeout, Action<TwitterAsyncResponse<TwitterUser>> function )
Public Shared Function VerifyCredentials ( _ tokens As OAuthTokens, _ timeout As TimeSpan, _ function As Action(Of TwitterAsyncResponse(Of TwitterUser)) _ ) As IAsyncResult
- tokens (OAuthTokens)
- The tokens.
- timeout (TimeSpan)
- The timeout.
- function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterUser>)>)>>)>)>)
- The callback or anonymous funtion.
The user, as a TwitterUser