Click or drag to resize

LoginHandleOAuthData Method

Handles the OAuth data verification against local user store. Redirects user if validation successful

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual void HandleOAuthData(
	OAuthUserData data
)

Parameters

data
Type: Packflow.Interface.AccountOAuthUserData
The data.
See Also