UsersTokenCacheGet Method

Definition

Namespace: Centralpoint.Web.Authorization
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public UsersToken Get(
	Guid authId,
	IUser user,
	string selectConnectionString = null
)

Parameters

authId  Guid
 
user  IUser
 
selectConnectionString  String  (Optional)
 

Return Value

UsersToken

See Also