{CompanyName} FlexyGo

AspNetUsers_Tokens..::..InsertToken Method

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public static bool InsertToken(
	string AccessToken,
	string UserName,
	DateTime ExpiryDate,
	string AppName
)
Public Shared Function InsertToken ( _
	AccessToken As String, _
	UserName As String, _
	ExpiryDate As DateTime, _
	AppName As String _
) As Boolean

Parameters

AccessToken
Type: String
UserName
Type: String
ExpiryDate
Type: DateTime
AppName
Type: String